Skip to content

Commit

Permalink
Merge branch '2.4' into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 9, 2014
2 parents db48945 + 5a4eb57 commit e19fd2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _exts
1 change: 0 additions & 1 deletion components/form/form_events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,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``.
Expand Down
2 changes: 1 addition & 1 deletion components/http_kernel/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ each event has their own event object:

+-----------------------+----------------------------------+-------------------------------------------------------------------------------------+
| Name | ``KernelEvents`` Constant | Argument passed to the listener |
+-----------------------+----------------------------------+-------------------------------------------------------------------------------------+
+=======================+==================================+=====================================================================================+
| kernel.request | ``KernelEvents::REQUEST`` | :class:`Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent` |
+-----------------------+----------------------------------+-------------------------------------------------------------------------------------+
| kernel.controller | ``KernelEvents::CONTROLLER`` | :class:`Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent` |
Expand Down

0 comments on commit e19fd2a

Please sign in to comment.