mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
Apply rector changes to Collection typing
This commit is contained in:
@@ -29,9 +29,9 @@ class ClosingMotive
|
||||
/**
|
||||
* Child Accompanying periods.
|
||||
*
|
||||
* @var Collection<ClosingMotive>
|
||||
* @var Collection<int, ClosingMotive>
|
||||
*/
|
||||
#[ORM\OneToMany(targetEntity: ClosingMotive::class, mappedBy: 'parent')]
|
||||
#[ORM\OneToMany(mappedBy: 'parent', targetEntity: ClosingMotive::class)]
|
||||
private Collection $children;
|
||||
|
||||
#[Serializer\Groups(['docgen:read'])]
|
||||
|
Reference in New Issue
Block a user