Update baseline - add new errors.

This commit is contained in:
Pol Dellaiera 2021-11-09 13:37:01 +01:00
parent 6b60c46ad3
commit fb4b586cf0
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -65,6 +65,11 @@ parameters:
count: 1 count: 1
path: src/Bundle/ChillAsideActivityBundle/src/Form/AsideActivityFormType.php path: src/Bundle/ChillAsideActivityBundle/src/Form/AsideActivityFormType.php
-
message: "#^Variable \\$view might not be defined\\.$#"
count: 8
path: src/Bundle/ChillCalendarBundle/Controller/CalendarController.php
- -
message: "#^Method Chill\\\\CustomFieldsBundle\\\\CustomFields\\\\CustomFieldChoice\\:\\:buildForm\\(\\) should return Symfony\\\\Component\\\\Form\\\\FormTypeInterface but return statement is missing\\.$#" message: "#^Method Chill\\\\CustomFieldsBundle\\\\CustomFields\\\\CustomFieldChoice\\:\\:buildForm\\(\\) should return Symfony\\\\Component\\\\Form\\\\FormTypeInterface but return statement is missing\\.$#"
count: 1 count: 1
@ -465,6 +470,11 @@ parameters:
count: 3 count: 3
path: src/Bundle/ChillPersonBundle/Entity/Person.php path: src/Bundle/ChillPersonBundle/Entity/Person.php
-
message: "#^Method Chill\\\\PersonBundle\\\\Entity\\\\Person\\:\\:getCurrentPersonAddress\\(\\) invoked with 1 parameter, 0 required\\.$#"
count: 1
path: src/Bundle/ChillPersonBundle/Entity/Person.php
- -
message: "#^Variable \\$labels might not be defined\\.$#" message: "#^Variable \\$labels might not be defined\\.$#"
count: 1 count: 1
@ -590,11 +600,31 @@ parameters:
count: 4 count: 4
path: src/Bundle/ChillReportBundle/Timeline/TimelineReportProvider.php path: src/Bundle/ChillReportBundle/Timeline/TimelineReportProvider.php
-
message: "#^Variable \\$course might not be defined\\.$#"
count: 1
path: src/Bundle/ChillTaskBundle/Controller/SingleTaskController.php
- -
message: "#^Undefined variable\\: \\$type$#" message: "#^Undefined variable\\: \\$type$#"
count: 1 count: 1
path: src/Bundle/ChillTaskBundle/Controller/TaskController.php path: src/Bundle/ChillTaskBundle/Controller/TaskController.php
-
message: "#^Variable \\$center might not be defined\\.$#"
count: 2
path: src/Bundle/ChillTaskBundle/Form/SingleTaskType.php
-
message: "#^Variable \\$isScopeConcerned might not be defined\\.$#"
count: 1
path: src/Bundle/ChillTaskBundle/Form/SingleTaskType.php
-
message: "#^Constructor of class Chill\\\\TaskBundle\\\\Security\\\\Authorization\\\\TaskVoter has an unused parameter \\$voterHelperFactory\\.$#"
count: 1
path: src/Bundle/ChillTaskBundle/Security/Authorization/TaskVoter.php
- -
message: "#^Method Chill\\\\TaskBundle\\\\Timeline\\\\SingleTaskTaskLifeCycleEventTimelineProvider\\:\\:getTransitionByName\\(\\) should return Symfony\\\\Component\\\\Workflow\\\\Transition but return statement is missing\\.$#" message: "#^Method Chill\\\\TaskBundle\\\\Timeline\\\\SingleTaskTaskLifeCycleEventTimelineProvider\\:\\:getTransitionByName\\(\\) should return Symfony\\\\Component\\\\Workflow\\\\Transition but return statement is missing\\.$#"
count: 1 count: 1