Completed
Pull Request — master (#38)
by Mateusz
07:02
created
src/ServiceContainer/SymfonyExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     public function load(ContainerBuilder $container, array $config): void
116 116
     {
117 117
         if (null !== $config['env_file']) {
118
-            $envFile = file_exists($config['env_file']) ? $config['env_file'] : $config['env_file'].'.dist';
118
+            $envFile = file_exists($config['env_file']) ? $config['env_file'] : $config['env_file'] . '.dist';
119 119
             $this->loadEnvVars($container, $envFile);
120 120
 
121 121
             $environment = false !== getenv('APP_ENV') ? getenv('APP_ENV') : self::DEFAULT_ENV;
Please login to merge, or discard this patch.