We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177e823 commit 60f4f1dCopy full SHA for 60f4f1d
src/ConfigFactory.php
@@ -19,14 +19,14 @@ public static function createForProject(
19
self::FILE_OVERRIDE_ORDER
20
);
21
22
+ $previousConfig = null;
23
+
24
if(!is_null($defaultConfigPathName)) {
25
$previousConfig = ConfigFactory::createFromPathName(
26
$defaultConfigPathName
27
28
}
29
- $previousConfig = null;
-
30
foreach($order as $file) {
31
$fileName = "config";
32
$fileName .= ".";
0 commit comments