Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc5a831

Browse filesBrowse files
committed
fixed version for entry_options and entry_type
1 parent e406c3b commit dc5a831
Copy full SHA for dc5a831

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎reference/forms/types/collection.rst

Copy file name to clipboardExpand all lines: reference/forms/types/collection.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ the empty values will be kept.
276276
entry_options
277277
~~~~~~~~~~~~~
278278

279-
.. versionadded:: 2.7
280-
The ``entry_options`` option was introduced in Symfony 2.7 in favor of
281-
``options``, which is available prior to 2.7.
279+
.. versionadded:: 2.8
280+
The ``entry_options`` option was introduced in Symfony 2.8 in favor of
281+
``options``, which is available prior to 2.8.
282282

283283
**type**: ``array`` **default**: ``array()``
284284

@@ -303,9 +303,9 @@ type::
303303
entry_type
304304
~~~~~~~~~~
305305

306-
.. versionadded:: 2.7
307-
The ``entry_type`` option was introduced in Symfony 2.7 in favor of
308-
``type``, which is available prior to 2.7.
306+
.. versionadded:: 2.8
307+
The ``entry_type`` option was introduced in Symfony 2.8 in favor of
308+
``type``, which is available prior to 2.8.
309309

310310
**type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **required**
311311

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.