Skip to content

Commit c4dba01

Browse files
authored
Merge pull request #8233 from kenjis/fix-psalm_autoload-4.5
chore: [Psalm] workaround for UndefinedClass
2 parents b5451cb + 41baeea commit c4dba01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm_autoload.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
$dirs = [
2727
'tests/_support/Controllers',
28+
'tests/_support/_controller',
2829
];
2930

3031
foreach ($dirs as $dir) {

0 commit comments

Comments
 (0)