From dc5a831ae2f2235bf73cb2528d58ac63592c981f Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Tue, 20 Oct 2015 14:52:06 +0200 Subject: [PATCH] fixed version for `entry_options` and `entry_type` --- reference/forms/types/collection.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index 4e880817d06..27b6cbc1d7e 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -276,9 +276,9 @@ the empty values will be kept. entry_options ~~~~~~~~~~~~~ -.. versionadded:: 2.7 - The ``entry_options`` option was introduced in Symfony 2.7 in favor of - ``options``, which is available prior to 2.7. +.. versionadded:: 2.8 + The ``entry_options`` option was introduced in Symfony 2.8 in favor of + ``options``, which is available prior to 2.8. **type**: ``array`` **default**: ``array()`` @@ -303,9 +303,9 @@ type:: entry_type ~~~~~~~~~~ -.. versionadded:: 2.7 - The ``entry_type`` option was introduced in Symfony 2.7 in favor of - ``type``, which is available prior to 2.7. +.. versionadded:: 2.8 + The ``entry_type`` option was introduced in Symfony 2.8 in favor of + ``type``, which is available prior to 2.8. **type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **required**