Remove obsolete PHPStan issues.

This commit is contained in:
Pol Dellaiera 2021-11-30 10:08:12 +01:00
parent f531cdc0ec
commit 6e9827806f
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 0 additions and 15 deletions

View File

@ -1,15 +1,5 @@
parameters:
ignoreErrors:
-
message: "#^Call to deprecated method getType\\(\\) of class Chill\\\\ActivityBundle\\\\Entity\\\\Activity\\.$#"
count: 3
path: src/Bundle/ChillActivityBundle/Controller/ActivityController.php
-
message: "#^Call to deprecated method setType\\(\\) of class Chill\\\\ActivityBundle\\\\Entity\\\\Activity\\.$#"
count: 1
path: src/Bundle/ChillActivityBundle/Controller/ActivityController.php
-
message:
"""

View File

@ -5,11 +5,6 @@ parameters:
count: 1
path: src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivitytACL.php
-
message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
count: 1
path: src/Bundle/ChillActivityBundle/Entity/Activity.php
-
message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
count: 1