Passed
Push — master ( 772c92...f3c67a )
by Evgeniy
01:14 queued 12s
created
src/Compiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         foreach ($classes as $class) {
26 26
             if ($this->reflection->isInstantiable($class)) {
27 27
                 $dependencies = var_export($this->reflection->getDependencies($class), true);
28
-                $body .= PHP_EOL . "'{$class}' => new $factory('$class', ...$dependencies)," . PHP_EOL;
28
+                $body .= PHP_EOL."'{$class}' => new $factory('$class', ...$dependencies),".PHP_EOL;
29 29
             }
30 30
         }
31 31
         return "<?php
Please login to merge, or discard this patch.