We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee6fe5 commit a815ec8Copy full SHA for a815ec8
phpstan.neon.dist
@@ -5,14 +5,9 @@ parameters:
5
- core-command.php
6
scanDirectories:
7
- vendor/wp-cli/wp-cli/php
8
- - vendor/wp-cli/wp-cli-tests
9
scanFiles:
10
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
11
treatPhpDocTypesAsCertain: false
12
- dynamicConstantNames:
13
- - WP_DEBUG
14
- - WP_DEBUG_LOG
15
- - WP_DEBUG_DISPLAY
16
ignoreErrors:
17
- identifier: missingType.iterableValue
18
- identifier: missingType.parameter
0 commit comments