Update phpstan ignoreErrors

TYPO3 changed return type hint.
This commit is contained in:
Daniel Siepmann 2021-08-12 09:23:59 +02:00
parent 1a6940633e
commit a980f3c2ad

View file

@ -1,7 +1,7 @@
parameters:
ignoreErrors:
-
message: "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\Statement\\|int\\.$#"
message: "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int\\.$#"
count: 2
path: Classes/Domain/Import/Importer/SaveData.php
@ -21,7 +21,7 @@ parameters:
path: Classes/Domain/Repository/Backend/TownRepository.php
-
message: "#^Argument of an invalid type Doctrine\\\\DBAL\\\\Driver\\\\Statement\\|int supplied for foreach, only iterables are supported\\.$#"
message: "#^Argument of an invalid type Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement\\|int supplied for foreach, only iterables are supported\\.$#"
count: 1
path: Classes/Frontend/DataProcessing/ResolveEntities.php