Upgrade CS to PHP CS Fixer 3.65.0 (700668e) Persian Successor (was version 3.64.x)

This commit is contained in:
2024-11-26 12:15:29 +01:00
parent b52532eb82
commit 83ef12a2ef
21 changed files with 39 additions and 39 deletions

View File

@@ -107,7 +107,7 @@ class EntityWorkflowStep
private ?string $transitionByEmail = null;
/**
* @var \Doctrine\Common\Collections\Collection<int, \Chill\MainBundle\Entity\Workflow\EntityWorkflowStepHold>
* @var Collection<int, EntityWorkflowStepHold>
*/
#[ORM\OneToMany(mappedBy: 'step', targetEntity: EntityWorkflowStepHold::class)]
private Collection $holdsOnStep;