mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Update phpstan ignoreErrors
TYPO3 changed return type hint.
This commit is contained in:
parent
1a6940633e
commit
a980f3c2ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue