mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 13:36:11 +01:00
Daniel Siepmann
15d233c834
* 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.
14 lines
253 B
Text
14 lines
253 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- Classes
|
|
- Configuration
|
|
reportUnmatchedIgnoredErrors: true
|
|
|
|
ignoreErrors:
|
|
-
|
|
identifier: missingType.generics
|
|
-
|
|
identifier: missingType.iterableValue
|