Completed
Push — master ( 572ca5...c298fc )
by Antonio Carlos
02:46 queued 33s
created
src/Support/Auth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,5 +25,5 @@
 block discarded – undo
25 25
         return $this->auth;
26 26
     }
27 27
 
28
-    abstract public function config($string, $children = []);
28
+    abstract public function config($string, $children = [ ]);
29 29
 }
Please login to merge, or discard this patch.
src/Support/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         );
62 62
     }
63 63
 
64
-    abstract protected function config($string, $children = []);
64
+    abstract protected function config($string, $children = [ ]);
65 65
 
66 66
     abstract public function getRequest();
67 67
 }
Please login to merge, or discard this patch.
src/Support/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,5 +88,5 @@
 block discarded – undo
88 88
 
89 89
     abstract public function getRequest();
90 90
 
91
-    abstract protected function config($string, $children = []);
91
+    abstract protected function config($string, $children = [ ]);
92 92
 }
Please login to merge, or discard this patch.
src/Support/Input.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,5 +21,5 @@
 block discarded – undo
21 21
 
22 22
     abstract public function getRequest();
23 23
 
24
-    abstract protected function config($string, $children = []);
24
+    abstract protected function config($string, $children = [ ]);
25 25
 }
Please login to merge, or discard this patch.