2020-04-01 20:40:00 +02:00
|
|
|
parameters:
|
|
|
|
level: max
|
|
|
|
paths:
|
|
|
|
- Classes
|
|
|
|
- Tests
|
|
|
|
checkMissingIterableValueType: false
|
2021-08-11 11:12:21 +02:00
|
|
|
reportUnmatchedIgnoredErrors: false
|
2020-04-01 20:40:00 +02:00
|
|
|
ignoreErrors:
|
2022-01-06 08:25:13 +01:00
|
|
|
# Ignore error for TYPO3 10 and TYPO3 11
|
2020-07-29 10:07:14 +02:00
|
|
|
- '#Cannot call method fetch\(\) on Doctrine\\DBAL\\Driver\\Statement\|int\.#'
|
2021-08-11 11:12:21 +02:00
|
|
|
- '#Cannot call method fetch\(\) on Doctrine\\DBAL\\Driver\\ResultStatement\|int\.#'
|
2022-01-06 08:25:13 +01:00
|
|
|
- '#Cannot call method fetch\(\) on Doctrine\\DBAL\\Result\|int\.#'
|
2020-04-01 20:40:00 +02:00
|
|
|
- '#Cannot call method fetchAll\(\) on Doctrine\\DBAL\\Driver\\Statement\|int\.#'
|
2021-08-11 11:12:21 +02:00
|
|
|
- '#Cannot call method fetchAll\(\) on Doctrine\\DBAL\\Driver\\ResultStatement\|int\.#'
|
2022-01-06 08:25:13 +01:00
|
|
|
- '#Cannot call method fetchAll\(\) on Doctrine\\DBAL\\Result\|int\.#'
|
2020-04-01 20:40:00 +02:00
|
|
|
- '#Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Driver\\Statement\|int\.#'
|
2021-08-11 11:12:21 +02:00
|
|
|
- '#Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Driver\\ResultStatement\|int\.#'
|
2022-01-06 08:25:13 +01:00
|
|
|
- '#Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Result\|int\.#'
|
2022-02-02 13:05:35 +01:00
|
|
|
- "#^Parameter \\#[0-9] \\.\\.\\.\\$predicates of method TYPO3\\\\CMS\\\\Core\\\\Database\\\\Query\\\\QueryBuilder\\:\\:where\\(\\) expects array\\<int, mixed\\>\\|Doctrine\\\\DBAL\\\\Query\\\\Expression\\\\CompositeExpression, string given\\.$#"
|
2021-08-16 10:33:25 +02:00
|
|
|
- '#^Variable \$_EXTKEY might not be defined\.$#'
|