mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix cs with php-cs-fixer version 3.52
This commit is contained in:
parent
ccf3324bc2
commit
f78f5e8419
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user