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:
|
2021-08-11 11:12:21 +02:00
|
|
|
# Ignore error for TYPO3 10 (ResultStatement) and TYPO3 11 (Statement)
|
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\.#'
|
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\.#'
|
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\.#'
|
2021-08-16 10:33:25 +02:00
|
|
|
- '#^Variable \$_EXTKEY might not be defined\.$#'
|