mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
DX: type-hing oneToMany and ManyToMany properties as collection
This commit is contained in:
@@ -110,7 +110,7 @@ class Address implements TrackCreationInterface, TrackUpdateInterface
|
||||
* This list is computed by a materialized view. It won't be populated until a refresh is done
|
||||
* on the materialized view.
|
||||
*
|
||||
* @var Collection<int, GeographicalUnit>|GeographicalUnit[]
|
||||
* @var Collection<GeographicalUnit>
|
||||
* @readonly
|
||||
* @ORM\ManyToMany(targetEntity=GeographicalUnit::class)
|
||||
* @ORM\JoinTable(
|
||||
|
Reference in New Issue
Block a user