-
Notifications
You must be signed in to change notification settings - Fork 8
/
phpstan.neon
25 lines (24 loc) · 1.03 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
level: 5
paths:
- %currentWorkingDirectory%/templates-patterns-collection.php
- %currentWorkingDirectory%/includes
scanDirectories:
- %currentWorkingDirectory%/includes/Importers
bootstrapFiles:
- %currentWorkingDirectory%/tests/php/static-analysis/constant.php
- %currentWorkingDirectory%/tests/php/static-analysis/neve.php
- %currentWorkingDirectory%/tests/php/static-analysis/beaver.php
- %currentWorkingDirectory%/tests/php/static-analysis/elementor.php
- %currentWorkingDirectory%/vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-commands-stubs.php
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-i18n-stubs.php
excludePaths:
analyse:
- %currentWorkingDirectory%/includes/Importers
dynamicConstantNames:
- TIOB_URL
- TPC_TEMPLATES_CLOUD_ENDPOINT
includes:
- %currentWorkingDirectory%/vendor/szepeviktor/phpstan-wordpress/extension.neon