Passed
Push — master ( 4aa565...e50f41 )
by Iman
04:38
created
src/Plugins/Reactions/WeRespondFrom.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         return function () use ($method) {
21 21
             if (is_array($method[0])) {
22
-				$method[] = [];
22
+                $method[] = [];
23 23
                 $response = call_user_func_array(...$method);
24 24
             } else {
25 25
                 $response = app()->call(...$method);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     public static function respondFrom($method)
19 19
     {
20
-        return function () use ($method) {
20
+        return function() use ($method) {
21 21
             if (is_array($method[0])) {
22 22
 				$method[] = [];
23 23
                 $response = call_user_func_array(...$method);
Please login to merge, or discard this patch.