Skip to content

Commit 31de26f

Browse files
committed
[#6596] Make sentence a little bit more correct
1 parent 61b362b commit 31de26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/forms/types/entity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ Allows you to create a custom query for your choices. See
172172
:ref:`ref-form-entity-query-builder` for an example.
173173

174174
The value of this option can either be a ``QueryBuilder`` object, a Closure or
175-
``null`` by default which loads all entities.
176-
When using a Closure, you will be passed the ``EntityRepository`` of the entity
177-
as the only argument and should return a ``QueryBuilder``.
175+
``null`` (which will load all entities). When using a Closure, you will be
176+
passed the ``EntityRepository`` of the entity as the only argument and should
177+
return a ``QueryBuilder``.
178178

179179
Overridden Options
180180
------------------

0 commit comments

Comments
 (0)