Skip to content

Commit 177e823

Browse files
author
Greg Bowler
committed
Initialise variable
1 parent cd4e1a5 commit 177e823

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ConfigFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public static function createForProject(
2525
);
2626
}
2727

28+
$previousConfig = null;
29+
2830
foreach($order as $file) {
2931
$fileName = "config";
3032
$fileName .= ".";

0 commit comments

Comments
 (0)