Passed
Pull Request — master (#208)
by Christoffer
02:28
created
src/Language/Printer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -435,7 +435,7 @@
 block discarded – undo
435 435
      */
436 436
     protected function many(array $nodes): array
437 437
     {
438
-        return \array_map(function ($node) {
438
+        return \array_map(function($node) {
439 439
             return $this->print($node);
440 440
         }, $nodes);
441 441
     }
Please login to merge, or discard this patch.