Completed
Push — master ( 9a65be...fb506a )
by Antonio Carlos
02:32 queued 11s
created
src/Support/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         return $this;
93 93
     }
94 94
 
95
-    abstract protected function config($string, $children = []);
95
+    abstract protected function config($string, $children = [ ]);
96 96
 
97 97
     abstract public function getRequest();
98 98
 }
Please login to merge, or discard this patch.