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