Skip to content

Commit 991a135

Browse files
committed
Fix version
1 parent f64fe19 commit 991a135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/entity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ the entity as the only argument and should return a ``QueryBuilder``. If you'd
208208
like to display an empty list of entries, you can return ``null`` in the
209209
Closure.
210210

211-
.. versionadded:: 3.1
212-
Returning ``null`` in the Closure was introduced in Symfony 3.1.
211+
.. versionadded:: 2.8
212+
Returning ``null`` in the Closure was introduced in Symfony 2.8.
213213

214214
Overridden Options
215215
------------------

0 commit comments

Comments
 (0)