diff --git a/components/form/form_events.rst b/components/form/form_events.rst index 6837f3b747c..c5916bb69b0 100644 --- a/components/form/form_events.rst +++ b/components/form/form_events.rst @@ -257,7 +257,6 @@ processed. +------------------------+-------------------------------+------------------+ .. versionadded:: 2.3 - Before Symfony 2.3, ``FormEvents::PRE_SUBMIT``, ``FormEvents::SUBMIT`` and ``FormEvents::POST_SUBMIT`` were called ``FormEvents::PRE_BIND``, ``FormEvents::BIND`` and ``FormEvents::POST_BIND``.