DX: new CS for new version of php-cs-fixer

This commit is contained in:
Julien Fastré 2023-11-05 23:14:19 +01:00
parent 6fd80f9f2e
commit dc860d0c46
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 3 additions and 3 deletions

View File

@ -673,8 +673,8 @@ final class ActivityController extends AbstractController
throw $this->createNotFoundException('Accompanying Period not found');
}
// TODO Add permission
// $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
// TODO Add permission
// $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
} else {
throw $this->createNotFoundException('Person or Accompanying Period not found');
}

View File

@ -100,7 +100,7 @@ class ThirdPartyType extends AbstractType
'label' => 'thirdparty.Contact data are confidential',
]);
// Institutional ThirdParty (parent)
// Institutional ThirdParty (parent)
} else {
$builder
->add('nameCompany', TextType::class, [