Files
drmaterac.pl/modules/productcomments/tests/phpstan/phpstan.neon
2025-01-06 20:47:25 +01:00

14 lines
405 B
Plaintext

includes:
- %currentWorkingDirectory%/vendor/prestashop/php-dev-tools/phpstan/ps-module-extension.neon
parameters:
paths:
# From PHPStan 0.12, paths to check are relative to the neon file
- ../../productcomments.php
- ../../ProductComment.php
- ../../ProductCommentCriterion.php
- ../../ProductCriterion.php
- ../../controllers/
- ../../src/
- ../../upgrade/
level: 5