fix: SA: Fix "...Short ternary operator..." rule.

SA stands for Static Analysis.
This commit is contained in:
Pol Dellaiera
2021-11-16 15:14:43 +01:00
parent 5a85d497ab
commit e2a8437807
2 changed files with 1 additions and 6 deletions

View File

@@ -20,11 +20,6 @@ parameters:
count: 1
path: src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorTemplateController.php
-
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
count: 1
path: src/Bundle/ChillDocStoreBundle/EntityRepository/DocumentCategoryRepository.php
-
message: "#^Variable \\$participation might not be defined\\.$#"
count: 3