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).
117117em
118118~~
119119
120- **type **: ``string `` **default **: the default entity manager
120+ **type **: ``string `` | `` Doctrine\Common\Persistence\ObjectManager `` **default **: the default entity manager
121121
122122If specified, the specified entity manager will be used to load the choices
123123instead of the default entity manager.
@@ -183,7 +183,7 @@ directly.
183183choices
184184~~~~~~~
185185
186- **type **: array || ``\Traversable `` **default **: ``null ``
186+ **type **: array | ``\Traversable `` **default **: ``null ``
187187
188188Instead of allowing the `class `_ and `query_builder `_ options to fetch the
189189entities to include for you, you can pass the ``choices `` option directly.
You can’t perform that action at this time.
0 commit comments