events/phpstan.neon
Daniel Siepmann 15d233c834
Maintenance (#59)
* Add missing dependency to composer package `typo3/cms-install`.

As UpgradeWizards use API of the package.

* Migrate deprecated PHPStan configuration options

* Adapt expected HTML output within functional tests

As TYPO3 changed actual generated HTML.
2024-06-27 09:48:33 +02:00

14 lines
253 B
Text

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- Classes
- Configuration
reportUnmatchedIgnoredErrors: true
ignoreErrors:
-
identifier: missingType.generics
-
identifier: missingType.iterableValue