Completed
Pull Request — master (#183)
by
unknown
09:04
created
src/Support/Response.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
         );
76 76
 
77 77
         if ($this->config('custom_response')) {
78
-            return call_user_func_array($this->config('custom_response'), [$this->getUser()]);
78
+            return call_user_func_array($this->config('custom_response'), [ $this->getUser() ]);
79 79
         }
80 80
 
81 81
         $expectJson = app()->version() < '5.4'
@@ -107,5 +107,5 @@  discard block
 block discarded – undo
107 107
 
108 108
     abstract public function getRequest();
109 109
 
110
-    abstract protected function config($string, $children = []);
110
+    abstract protected function config($string, $children = [ ]);
111 111
 }
Please login to merge, or discard this patch.