Completed
Push — master ( 70056a...05fbf4 )
by Alexandr
03:34
created
src/Parser/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
 
264 264
     protected function parseArgumentList()
265 265
     {
266
-        $args  = [];
266
+        $args = [];
267 267
 
268 268
         $this->expect(Token::TYPE_LPAREN);
269 269
 
Please login to merge, or discard this patch.