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
|
2023-01-31 07:51:13 +01:00
|
|
|
excludePaths:
|
|
|
|
- Tests/Acceptance/Support/_generated/
|
2023-08-30 14:14:51 +02:00
|
|
|
- Classes/Domain/Import/EntityMapper/CustomAnnotationExtractor.php
|
2021-02-03 15:05:35 +01:00
|
|
|
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
|
2023-01-30 15:51:17 +01:00
|
|
|
- "#^Argument of an invalid type Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int supplied for foreach, only iterables are supported\\.$#"
|
|
|
|
- "#^Argument of an invalid type Doctrine\\\\DBAL\\\\Result\\|int supplied for foreach, only iterables are supported\\.$#"
|
2022-09-13 09:05:47 +02:00
|
|
|
- "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int\\.$#"
|
2023-01-30 15:51:17 +01:00
|
|
|
- "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Result\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetchOne\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int\\.$#"
|
|
|
|
- "#^Cannot call method fetchOne\\(\\) on Doctrine\\\\DBAL\\\\Result\\|int\\.$#"
|