Passed
Push — master ( 3a06f0...d16235 )
by Oleg
04:03
created
base/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
         $calls = [];
215 215
 
216 216
         if (!is_array($params[0])) {
217
-            $call = [ $params[0] ];
217
+            $call = [$params[0]];
218 218
             unset($params[0]);
219 219
 
220 220
             if (!empty($params[1])) {
Please login to merge, or discard this patch.