Skip to content

Commit 6af7fb5

Browse files
committed
[#7220] some minor tweaks
1 parent a8c0d99 commit 6af7fb5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

reference/forms/types/entity.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,11 @@ return a ``QueryBuilder``.
193193

194194
.. caution::
195195

196-
  The entity used in the ``FROM`` clause of `query_builder`_ option
197-
will always be validated against the class which you have specified with the form's `class`_ option.
198-
  If you return another entity instead of the one used in your ``FROM`` clause
199-
(for instance if you return an entity from a joined table) it will break validation.
196+
  The entity used in the ``FROM`` clause of the `query_builder`_ option
197+
will always be validated against the class which you have specified with
198+
the form's `class`_ option. If you return another entity instead of the
199+
one used in your ``FROM`` clause (for instance if you return an entity
200+
from a joined table), it will break validation.
200201

201202
Overridden Options
202203
------------------

0 commit comments

Comments
 (0)