Fix cs with php-cs-fixer version 3.52

This commit is contained in:
Julien Fastré 2024-03-19 20:33:27 +01:00
parent ccf3324bc2
commit f78f5e8419
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ class RoleScopeScopePresenceConstraint extends Constraint
public $messageNullRequired = 'The role "%role%" should not be associated with a scope.'; public $messageNullRequired = 'The role "%role%" should not be associated with a scope.';
public $messagePresenceRequired = 'The role "%role%" require to be associated with ' public $messagePresenceRequired = 'The role "%role%" require to be associated with '
.'a scope.'; .'a scope.';
public function getTargets() public function getTargets()
{ {

View File

@ -22,8 +22,8 @@ use Symfony\Component\Config\Definition\ConfigurationInterface;
class Configuration implements ConfigurationInterface class Configuration implements ConfigurationInterface
{ {
private string $validationBirthdateNotAfterInfos = 'The period before today during which' private string $validationBirthdateNotAfterInfos = 'The period before today during which'
.' any birthdate is not allowed. The birthdate is expressed as ISO8601 : ' .' any birthdate is not allowed. The birthdate is expressed as ISO8601 : '
.'https://en.wikipedia.org/wiki/ISO_8601#Durations'; .'https://en.wikipedia.org/wiki/ISO_8601#Durations';
public function getConfigTreeBuilder() public function getConfigTreeBuilder()
{ {