Skip to content

Commit c905e36

Browse files
committed
fix phpstan
1 parent c095234 commit c905e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ parameters:
1111
scanDirectories:
1212
- ../../inc
1313
- ../../src
14-
stubFiles:
14+
bootstrapFiles:
1515
- ../../stubs/glpi_constants.php
16+
- ../../vendor/autoload.php
1617
rules:
1718
- GlpiProject\Tools\PHPStan\Rules\GlobalVarTypeRule

0 commit comments

Comments
 (0)