mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
csfixes
This commit is contained in:
@@ -134,9 +134,9 @@ class AccompanyingPeriod implements
|
|||||||
* @Groups({"read", "write", "docgen:read"})
|
* @Groups({"read", "write", "docgen:read"})
|
||||||
* @Assert\NotBlank(groups={AccompanyingPeriod::STEP_CLOSED})
|
* @Assert\NotBlank(groups={AccompanyingPeriod::STEP_CLOSED})
|
||||||
* @Assert\GreaterThanOrEqual(
|
* @Assert\GreaterThanOrEqual(
|
||||||
* propertyPath="openingDate",
|
* propertyPath="openingDate",
|
||||||
* groups={AccompanyingPeriod::STEP_CLOSED},
|
* groups={AccompanyingPeriod::STEP_CLOSED},
|
||||||
* message="The closing date must be later than the date of creation"
|
* message="The closing date must be later than the date of creation"
|
||||||
* )
|
* )
|
||||||
*/
|
*/
|
||||||
private ?DateTime $closingDate = null;
|
private ?DateTime $closingDate = null;
|
||||||
|
Reference in New Issue
Block a user