Skip to content

Commit 4bc4f80

Browse files
committed
Fix $tags type
1 parent 62d7d16 commit 4bc4f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Let's start by creating a ``Task`` entity::
1717
class Task
1818
{
1919
protected string $description;
20-
protected ArrayCollection $tags;
20+
protected Collection $tags;
2121

2222
public function __construct()
2323
{

0 commit comments

Comments
 (0)