File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ or the short alias name (as shown prior).
117
117
em
118
118
~~
119
119
120
- **type **: ``string `` **default **: the default entity manager
120
+ **type **: ``string `` | `` Doctrine\Common\Persistence\ObjectManager `` **default **: the default entity manager
121
121
122
122
If specified, the specified entity manager will be used to load the choices
123
123
instead of the default entity manager.
@@ -183,7 +183,7 @@ directly.
183
183
choices
184
184
~~~~~~~
185
185
186
- **type **: array || ``\Traversable `` **default **: ``null ``
186
+ **type **: array | ``\Traversable `` **default **: ``null ``
187
187
188
188
Instead of allowing the `class `_ and `query_builder `_ options to fetch the
189
189
entities to include for you, you can pass the ``choices `` option directly.
You can’t perform that action at this time.
0 commit comments