mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
DX: type-hing oneToMany and ManyToMany properties as collection
This commit is contained in:
@@ -69,7 +69,7 @@ class RecurringTask extends AbstractTask
|
||||
private $occurenceWarningInterval;
|
||||
|
||||
/**
|
||||
* @var Collection
|
||||
* @var Collection<SingleTask>
|
||||
*
|
||||
* @ORM\OneToMany(
|
||||
* targetEntity="SingleTask",
|
||||
|
Reference in New Issue
Block a user