phpstan, rector and cs fixes

This commit is contained in:
2024-04-29 15:38:09 +02:00
parent 422b6b99eb
commit 526882a5b6
12 changed files with 32 additions and 25 deletions

View File

@@ -93,7 +93,7 @@ class CSPersonController extends OneToOneEntityPersonCRUDController
{
return match ($action) {
'ps_situation_edit' => $this->redirectToRoute(
'chill_crud_' .$this->getCrudName().'_personal_situation_view',
'chill_crud_'.$this->getCrudName().'_personal_situation_view',
['person' => $entity->getId()]
),
'dispositifs_edit' => $this->redirectToRoute(