Passed
Pull Request — master (#1)
by ANTHONIUS
04:15 queued 19s
created
src/Compiler/ServiceConfiguratorPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $paths        = ['config', 'services'];
56 56
 
57 57
         foreach ($paths as $path) {
58
-            if (is_dir($dir=$module->getBasePath().'/Resources/'.$path)) {
58
+            if (is_dir($dir = $module->getBasePath().'/Resources/'.$path)) {
59 59
                 $configurator->import($dir.'/*.yaml');
60 60
                 $configurator->import($dir.'/*.xml');
61 61
                 $configurator->import($dir.'/{'.$env.'}/*.yaml');
Please login to merge, or discard this patch.