tracking/phpstan.neon
Daniel Siepmann b83093e023
TYPO3 13 (#117)
* Update everything for TYPO3 v12 + v13

---------

Co-authored-by: Daniel Siepmann <daniel.siepmann@codappix.com>
2024-10-15 14:07:38 +02:00

11 lines
272 B
Text

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- Classes
- Tests
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- identifier: missingType.iterableValue
- '#^Variable \$_EXTKEY might not be defined\.$#'