mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 05:41:25 +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