2021-02-03 15:05:35 +01:00
|
|
|
includes:
|
2021-02-03 17:20:01 +01:00
|
|
|
- phpstan-baseline.neon
|
2021-02-03 15:05:35 +01:00
|
|
|
parameters:
|
|
|
|
level: max
|
|
|
|
paths:
|
|
|
|
- Classes
|
|
|
|
- Configuration
|
|
|
|
- Tests
|
|
|
|
checkMissingIterableValueType: false
|
2022-09-13 09:05:47 +02:00
|
|
|
reportUnmatchedIgnoredErrors: false
|
2021-11-29 10:55:24 +01:00
|
|
|
checkGenericClassInNonGenericObjectType: false
|
2022-09-13 09:05:47 +02:00
|
|
|
ignoreErrors:
|
|
|
|
# Depending on TYPO3 version
|
|
|
|
- "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Result\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int\\.$#"
|