cs: Second part - ignore test/app subdirectory.

This commit is contained in:
Pol Dellaiera
2021-11-23 14:34:34 +01:00
parent 5f37304796
commit 3ea35682eb
72 changed files with 326 additions and 365 deletions

View File

@@ -64,9 +64,9 @@ class AccompanyingCourseWorkController extends AbstractController
$this->addFlash(
'error',
$this->trans->trans(
'accompanying_work.You must add at least ' .
'accompanying_work.You must add at least ' .
'one social issue on accompanying period'
)
)
);
return $this->redirectToRoute('chill_person_accompanying_course_index', [

View File

@@ -296,7 +296,7 @@ class AccompanyingPeriodController extends AbstractController
->add(
'error',
$this->get('translator')
->trans('Period not opened : form is invalid')
->trans('Period not opened : form is invalid')
);
}
}