Fix cs with php-cs-fixer version 3.52

This commit is contained in:
2024-03-19 20:33:27 +01:00
parent ccf3324bc2
commit f78f5e8419
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 $messagePresenceRequired = 'The role "%role%" require to be associated with '
.'a scope.';
.'a scope.';
public function getTargets()
{