File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ public function __construct(
54
54
// Find the drivers to add to the extra/interfaces
55
55
$ this ->detectDrivers ();
56
56
57
- $ this ->extra = array_merge ($ this ->extra , $ this ->config ->get ('ide-helper.extra ' ));
58
- $ this ->magic = array_merge ($ this ->magic , $ this ->config ->get ('ide-helper.magic ' ));
59
- $ this ->interfaces = array_merge ($ this ->interfaces , $ this ->config ->get ('ide-helper.interfaces ' ));
57
+ $ this ->extra = array_merge ($ this ->extra , $ this ->config ->get ('ide-helper.extra ' ), [] );
58
+ $ this ->magic = array_merge ($ this ->magic , $ this ->config ->get ('ide-helper.magic ' ), [] );
59
+ $ this ->interfaces = array_merge ($ this ->interfaces , $ this ->config ->get ('ide-helper.interfaces ' ), [] );
60
60
// Make all interface classes absolute
61
61
foreach ($ this ->interfaces as &$ interface ) {
62
62
$ interface = '\\' . ltrim ($ interface , '\\' );
You can’t perform that action at this time.
0 commit comments