File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ is needed.
58
58
Using Choices
59
59
~~~~~~~~~~~~~
60
60
61
- If you want to limit the entities which are available as choices you can provide
61
+ If you want to limit the entities which are available as choices you can provide
62
62
them by calling the getter function of an entity:
63
63
64
64
$builder->add('users', 'entity', array(
@@ -145,9 +145,9 @@ choices
145
145
146
146
**type **: array || ``\Traversable `` **default **: all entities
147
147
148
- If the choices are provided only these will be available. The choices need to
149
- be a traversable collection such as the
150
- ``Doctrine\Common\Collections\ArrayCollection `` containing only entities of the
148
+ If the choices are provided only these will be available. The choices need to
149
+ be a traversable collection such as the
150
+ ``Doctrine\Common\Collections\ArrayCollection `` containing only entities of the
151
151
specified class.
152
152
153
153
choice_list
You can’t perform that action at this time.
0 commit comments