wp-i18n-twig/phpstan.neon.dist
2025-11-28 14:39:38 +01:00

16 lines
429 B
Text

parameters:
level: 9
paths:
- src
- i18n-twig-command.php
scanDirectories:
- vendor/wp-cli/wp-cli/php
scanFiles:
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
- stubs/i18nLexer.php
treatPhpDocTypesAsCertain: false
ignoreErrors:
- identifier: missingType.return
- identifier: missingType.iterableValue
- identifier: missingType.parameter
- identifier: missingType.property