mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-21 06:05:00 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -39,6 +39,6 @@ class ActivityValidity extends Constraint
|
||||
|
||||
public function makeIsRequiredMessage(string $property)
|
||||
{
|
||||
return self::ROOT_MESSAGE . $property . self::IS_REQUIRED_MESSAGE;
|
||||
return self::ROOT_MESSAGE.$property.self::IS_REQUIRED_MESSAGE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user