Tuomas Valtonen

Results 1 issues of Tuomas Valtonen

For example this annotation ``` public $start_date; /** * @Assert\GreaterThan(propertyPath = "start_date", message = "End smaller than start") */ public $end_date; ``` Will be processed with GreaterThan like it should...