mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 11:18:25 +00:00 
			
		
		
		
	php csfixes
This commit is contained in:
		@@ -213,7 +213,7 @@ class AccompanyingPeriod implements
 | 
			
		||||
     *
 | 
			
		||||
     * @ORM\Column(type="date")
 | 
			
		||||
     * @Groups({"read", "write", "docgen:read"})
 | 
			
		||||
     * @Assert\LessThan(value= "today", groups={AccompanyingPeriod::STEP_CONFIRMED})
 | 
			
		||||
     * @Assert\LessThan(value="today", groups={AccompanyingPeriod::STEP_CONFIRMED})
 | 
			
		||||
     * @Assert\LessThan(propertyPath="closingDate", groups={AccompanyingPeriod::STEP_CONFIRMED})
 | 
			
		||||
     */
 | 
			
		||||
    private ?DateTime $openingDate = null;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user