8000 [RFR] Misc. minor fixes mostly related to formatting issues by javiereguiluz · Pull Request #3899 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[RFR] Misc. minor fixes mostly related to formatting issues #3899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 7, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed the formatting of one table headers
  • Loading branch information
javiereguiluz committed Jun 3, 2014
commit 4641c66b38c21654e94c5bee32f01f6d1b36fc87
4 changes: 2 additions & 2 deletions components/http_kernel/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@ each event has their own event object:
.. _component-http-kernel-event-table:

+-------------------+-------------------------------+-------------------------------------------------------------------------------------+
| **Name** | ``KernelEvents`` **Constant** | **Argument passed to the listener** |
+-------------------+-------------------------------+-------------------------------------------------------------------------------------+
| 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