2021-09-07 09:52:14 +02:00
|
|
|
includes:
|
|
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
|
|
level: max
|
|
|
|
paths:
|
|
|
|
- Classes
|
|
|
|
- Configuration
|
|
|
|
checkMissingIterableValueType: false
|
2021-10-11 11:32:27 +02:00
|
|
|
checkGenericClassInNonGenericObjectType: false
|
2021-09-07 09:52:14 +02:00
|
|
|
reportUnmatchedIgnoredErrors: false
|
2021-12-14 16:59:12 +01:00
|
|
|
ignoreErrors:
|
|
|
|
- "#^Call to an undefined method Doctrine\\\\DBAL\\\\Result\\:\\:fetch\\(\\)\\.$#"
|
|
|
|
- "#^Cannot call method fetchAll\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetchAll\\(\\) on Doctrine\\\\DBAL\\\\Result\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Result\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetch\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetch\\(\\) on Doctrine\\\\DBAL\\\\Result\\|int\\.$#"
|