We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079d54e commit 2a2cda8Copy full SHA for 2a2cda8
1 file changed
phpstan.neon
@@ -6,6 +6,15 @@ parameters:
6
- .
7
excludePaths:
8
- tests/*
9
+ - ../../github-action-tests
10
+ - /github-action-tests
11
+ - github-action-tests
12
+ - %currentWorkingDirectory%/github-action-tests/*
13
+ - github-action-tests/artifacts/config.ini.github.php
14
+ - /github-action-tests/artifacts/config.ini.github.php
15
+ - %currentWorkingDirectory%/github-action-tests/artifacts/config.ini.github.php
16
+ - ./github-action-tests
17
+ - ../github-action-tests
18
bootstrapFiles:
19
- ../../bootstrap-phpstan.php
20
universalObjectCratesClasses:
0 commit comments