Skip to content

Commit

Permalink
update bootstrap path in phpstan.neon.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidnelson committed Jun 16, 2024
1 parent 7796162 commit 27bb892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
level: 5
inferPrivatePropertyTypeFromConstructor: true
scanFiles:
- tests/bootstrap.php
- tests/php/bootstrap.php
- includes/functions.php
scanDirectories:
- includes/
Expand Down

0 comments on commit 27bb892

Please sign in to comment.