Browse Source

improve readability, kudos @rugk

El RIDO 5 years ago
parent
commit
df2f5931cd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Configuration.php

+ 2 - 1
lib/Configuration.php

@@ -101,7 +101,8 @@ class Configuration
      */
     public function __construct()
     {
-        $config     = $basePaths     = array();
+        $basePaths  = array();
+        $config     = array();
         $configPath = getenv('CONFIG_PATH');
         if ($configPath !== false && !empty($configPath)) {
             $basePaths[] = $configPath;