Skip to content

Commit

Permalink
minor #3923 Fixed the headers of one table (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.4 branch.

Discussion
----------

Fixed the headers of one table

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.4+
| Fixed tickets | -

Commits
-------

864d930 Fixed the headers of one table
  • Loading branch information
weaverryan committed Jun 9, 2014
2 parents cd3d7cf + 864d930 commit 3ddbe1b
Showing 1 changed file with 1 addition and 1 deletion.
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 3ddbe1b

Please sign in to comment.