Skip to content

Commit 06f54d4

Browse files
committed
test: ArrayCollection typing as list
1 parent 9ac50d2 commit 06f54d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/TestBundle/ApiResource/Issue5501/BrokenDocs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class BrokenDocs
3030
public ?int $id = null;
3131

3232
/**
33-
* @var ?ArrayCollection<Related>
33+
* @var ?Related[]
3434
*/
3535
#[Groups(['location:write', 'location:read_collection'])]
3636
public ?ArrayCollection $locations;

0 commit comments

Comments
 (0)