From f78f5e841943fb169b35bb56ef2c2e03f44be7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 19 Mar 2024 20:33:27 +0100 Subject: [PATCH] Fix cs with php-cs-fixer version 3.52 --- .../Constraint/RoleScopeScopePresenceConstraint.php | 2 +- .../ChillPersonBundle/DependencyInjection/Configuration.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php b/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php index a379b9539..7528908b7 100644 --- a/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php +++ b/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php @@ -21,7 +21,7 @@ class RoleScopeScopePresenceConstraint extends Constraint public $messageNullRequired = 'The role "%role%" should not be associated with a scope.'; public $messagePresenceRequired = 'The role "%role%" require to be associated with ' - .'a scope.'; + .'a scope.'; public function getTargets() { diff --git a/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php index 3579407f2..0d935e8c0 100644 --- a/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php @@ -22,8 +22,8 @@ use Symfony\Component\Config\Definition\ConfigurationInterface; class Configuration implements ConfigurationInterface { private string $validationBirthdateNotAfterInfos = 'The period before today during which' - .' any birthdate is not allowed. The birthdate is expressed as ISO8601 : ' - .'https://en.wikipedia.org/wiki/ISO_8601#Durations'; + .' any birthdate is not allowed. The birthdate is expressed as ISO8601 : ' + .'https://en.wikipedia.org/wiki/ISO_8601#Durations'; public function getConfigTreeBuilder() {