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:27:46 +01:00
parent 75d2d50dd2
commit a17c22c74f
3 changed files with 2 additions and 13 deletions

View File

@@ -125,11 +125,6 @@ parameters:
count: 1
path: src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php
-
message: "#^Chill\\\\TaskBundle\\\\Entity\\\\RecurringTask\\:\\:__construct\\(\\) does not call parent constructor from Chill\\\\TaskBundle\\\\Entity\\\\AbstractTask\\.$#"
count: 1
path: src/Bundle/ChillTaskBundle/Entity/RecurringTask.php
-
message: "#^Foreach overwrites \\$value with its value variable\\.$#"
count: 1