We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9430021 commit 565312dCopy full SHA for 565312d
1 file changed
phpstan.neon
@@ -3,6 +3,9 @@ includes:
3
- ../../vendor/mglaman/phpstan-drupal/extension.neon
4
5
parameters:
6
+ # PHPStan cannot find files in this test directory automatically.
7
+ scanDirectories:
8
+ - ../../core/tests/Drupal/Tests
9
level: 1
10
customRulesetUsed: true
11
paths:
0 commit comments