fix: SA: Fix "...does not call parent constructor...." rule.

SA stands for Static Analysis.
This commit is contained in:
Pol Dellaiera
2021-11-16 15:21:26 +01:00
parent d382cf35ba
commit 11651fdb2a
2 changed files with 13 additions and 57 deletions

View File

@@ -75,16 +75,6 @@ parameters:
count: 1
path: src/Bundle/ChillMainBundle/Form/Type/DataTransformer/DateIntervalTransformer.php
-
message: "#^Chill\\\\MainBundle\\\\Routing\\\\Loader\\\\ChillRoutesLoader\\:\\:__construct\\(\\) does not call parent constructor from Symfony\\\\Component\\\\Config\\\\Loader\\\\Loader\\.$#"
count: 1
path: src/Bundle/ChillMainBundle/Routing/Loader/ChillRoutesLoader.php
-
message: "#^Foreach overwrites \\$resource with its value variable\\.$#"
count: 1
path: src/Bundle/ChillMainBundle/Routing/Loader/ChillRoutesLoader.php
-
message: "#^Variable \\$message on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1