templates-patterns-collection
Last commit date
assets
2 weeks ago
beaver
1 year ago
e2e-tests
1 week ago
editor
1 year ago
elementor
1 year ago
includes
1 week ago
languages
1 week ago
migration
5 years ago
onboarding
1 week ago
shared
2 years ago
vendor
1 week ago
.browserslistrc
1 year ago
.eslintrc
1 year ago
AGENTS.md
1 week ago
CHANGELOG.md
1 week ago
CONTRIBUTING.md
2 years ago
README.md
1 week ago
phpstan.neon
2 weeks ago
readme.txt
1 week ago
templates-patterns-collection.php
1 week ago
yarn.lock
1 year ago
phpstan.neon
27 lines
| 1 | parameters: |
| 2 | level: 5 |
| 3 | paths: |
| 4 | - %currentWorkingDirectory%/templates-patterns-collection.php |
| 5 | - %currentWorkingDirectory%/includes |
| 6 | scanDirectories: |
| 7 | - %currentWorkingDirectory%/includes/Importers |
| 8 | bootstrapFiles: |
| 9 | - %currentWorkingDirectory%/tests/php/static-analysis/constant.php |
| 10 | - %currentWorkingDirectory%/tests/php/static-analysis/neve.php |
| 11 | - %currentWorkingDirectory%/tests/php/static-analysis/beaver.php |
| 12 | - %currentWorkingDirectory%/tests/php/static-analysis/elementor.php |
| 13 | - %currentWorkingDirectory%/tests/php/static-analysis/composer.php |
| 14 | - %currentWorkingDirectory%/vendor/php-stubs/wordpress-stubs/wordpress-stubs.php |
| 15 | - %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php |
| 16 | - %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-commands-stubs.php |
| 17 | - %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-i18n-stubs.php |
| 18 | excludePaths: |
| 19 | analyse: |
| 20 | - %currentWorkingDirectory%/includes/Importers |
| 21 | dynamicConstantNames: |
| 22 | - TIOB_URL |
| 23 | - TPC_TEMPLATES_CLOUD_ENDPOINT |
| 24 | |
| 25 | includes: |
| 26 | - %currentWorkingDirectory%/vendor/szepeviktor/phpstan-wordpress/extension.neon |
| 27 |