Completed
Push — master ( d09846...b7f544 )
by Mike
04:43 queued 01:49
created
src/Xervice/Config/XerviceConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         $this->parseFileIfExist($configDir . '/config_' . $environment->getEnvironment() . '.php');
78 78
         $this->parseFileIfExist($configDir . '/config_local.php');
79 79
 
80
-        $additionalFiles = (array)$this->getConfig()->get(self::ADDITIONAL_CONFIG_FILES, []);
80
+        $additionalFiles = (array) $this->getConfig()->get(self::ADDITIONAL_CONFIG_FILES, []);
81 81
         if ($additionalFiles) {
82 82
             foreach ($additionalFiles as $file) {
83 83
                 $this->parseFileIfExist($file);
Please login to merge, or discard this patch.