Rector fixes

This commit is contained in:
Julie Lenaerts 2024-08-08 13:00:09 +02:00 committed by Julien Fastré
parent e85c31826f
commit 18abc84e68
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -98,6 +98,9 @@ class EntityWorkflowStep
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::TEXT, nullable: true)]
private ?string $transitionByEmail = null;
/**
* @var \Doctrine\Common\Collections\Collection<int, \Chill\MainBundle\Entity\Workflow\EntityWorkflowStepHold>
*/
#[ORM\OneToMany(mappedBy: 'step', targetEntity: EntityWorkflowStepHold::class)]
private Collection $holdsOnStep;