mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	fix the return type of the EntityWorkflowCreation constraint
This commit is contained in:
		| @@ -27,6 +27,9 @@ class EntityWorkflowCreation extends \Symfony\Component\Validator\Constraint | ||||
|  | ||||
|     public string $messageWorkflowNotAvailable = 'Workflow is not valid'; | ||||
|  | ||||
|     /** | ||||
|      * @return array<string> | ||||
|      */ | ||||
|     public function getTargets(): array | ||||
|     { | ||||
|         return [self::CLASS_CONSTRAINT]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user