Skip to content

Commit 96f2d4e

Browse files
authored
Merge pull request #36 from codeigniter4/helper-dir
2 parents 5ab223e + fc91a8d commit 96f2d4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Template/psalm_autoload.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
];
1111

1212
foreach ($helperDirs as $dir) {
13+
if (! is_dir($dir)) {
14+
continue;
15+
}
16+
1317
$dir = __DIR__ . '/' . $dir;
1418
chdir($dir);
1519

0 commit comments

Comments
 (0)