fix: SA: Fix "...Variable in isset() is never defined...." rule.

SA stands for Static Analysis.
This commit is contained in:
Pol Dellaiera
2021-11-16 15:25:48 +01:00
parent c94fb2efbf
commit 75d2d50dd2
2 changed files with 8 additions and 11 deletions

View File

@@ -30,11 +30,6 @@ parameters:
count: 1
path: src/Bundle/ChillEventBundle/Form/ChoiceLoader/EventChoiceLoader.php
-
message: "#^Variable \\$entity in isset\\(\\) is never defined\\.$#"
count: 1
path: src/Bundle/ChillMainBundle/CRUD/Controller/ApiController.php
-
message: "#^Variable method call on object\\.$#"
count: 2