fix: SA: Fix "...does not match parent method..." rule.

SA stands for Static Analysis.
This commit is contained in:
Pol Dellaiera
2021-11-16 15:17:29 +01:00
parent e2a8437807
commit 479f0ce9ed
2 changed files with 10 additions and 21 deletions

View File

@@ -55,11 +55,6 @@ parameters:
count: 1
path: src/Bundle/ChillMainBundle/Controller/ExportController.php
-
message: "#^Method Chill\\\\MainBundle\\\\Doctrine\\\\Type\\\\PointType\\:\\:getSqlDeclaration\\(\\) does not match parent method name\\: Doctrine\\\\DBAL\\\\Types\\\\Type\\:\\:getSQLDeclaration\\(\\)\\.$#"
count: 1
path: src/Bundle/ChillMainBundle/Doctrine/Type/PointType.php
-
message: "#^Foreach overwrites \\$line with its value variable\\.$#"
count: 2