Passed
Push — master ( c79e42...45166e )
by Evgeniy
25:30 queued 10:31
created
src/Compiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     {
97 97
         $result = '';
98 98
         foreach ($dependencies as $dependency) {
99
-            $result .= PHP_EOL . "        '$dependency',";
99
+            $result .= PHP_EOL."        '$dependency',";
100 100
         }
101 101
         return $result;
102 102
     }
Please login to merge, or discard this patch.