Skip to content

Commit

Permalink
Merge pull request #8233 from kenjis/fix-psalm_autoload-4.5
Browse files Browse the repository at this point in the history
chore: [Psalm] workaround for UndefinedClass
  • Loading branch information
kenjis authored Nov 20, 2023
2 parents b5451cb + 41baeea commit c4dba01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm_autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

$dirs = [
'tests/_support/Controllers',
'tests/_support/_controller',
];

foreach ($dirs as $dir) {
Expand Down

0 comments on commit c4dba01

Please sign in to comment.