Completed
Pull Request — master (#207)
by
unknown
10:07
created
src/Support/Auth.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
 
27 27
             if (!empty($guards)) {
28 28
                 if (!is_array($guards)) {
29
-                    $guards = [$guards];
29
+                    $guards = [ $guards ];
30 30
                 }
31 31
 
32 32
                 foreach ($guards as $guard) {
@@ -51,5 +51,5 @@  discard block
 block discarded – undo
51 51
         return $this->getAuth()->user();
52 52
     }
53 53
 
54
-    abstract protected function config($string, $children = []);
54
+    abstract protected function config($string, $children = [ ]);
55 55
 }
Please login to merge, or discard this patch.