Skip to content

Commit e19fd2a

Browse files
committed
Merge branch '2.4' into 2.5
2 parents db48945 + 5a4eb57 commit e19fd2a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

components/form/form_events.rst

-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ processed.
263263
+------------------------+-------------------------------+------------------+
264264

265265
.. versionadded:: 2.3
266-
267266
Before Symfony 2.3, ``FormEvents::PRE_SUBMIT``, ``FormEvents::SUBMIT``
268267
and ``FormEvents::POST_SUBMIT`` were called ``FormEvents::PRE_BIND``,
269268
``FormEvents::BIND`` and ``FormEvents::POST_BIND``.

components/http_kernel/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ each event has their own event object:
571571

572572
+-----------------------+----------------------------------+-------------------------------------------------------------------------------------+
573573
| Name | ``KernelEvents`` Constant | Argument passed to the listener |
574-
+-----------------------+----------------------------------+-------------------------------------------------------------------------------------+
574+
+=======================+==================================+=====================================================================================+
575575
| kernel.request | ``KernelEvents::REQUEST`` | :class:`Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent` |
576576
+-----------------------+----------------------------------+-------------------------------------------------------------------------------------+
577577
| kernel.controller | ``KernelEvents::CONTROLLER`` | :class:`Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent` |

0 commit comments

Comments
 (0)