Skip to content

Commit 6f86b0e

Browse files
committed
bug symfony#18692 add @event annotation for KernelEvents (Haehnchen)
This PR was merged into the 2.7 branch. Discussion ---------- add @event annotation for KernelEvents | Q | A | ------------- | --- | Branch | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#18684 | License | MIT split of symfony#18684 for targeting 2.7 branch Commits ------- a52e51a add @event annotation for KernelEvents
2 parents fb92d7a + a52e51a commit 6f86b0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/HttpKernel/KernelEvents.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ final class KernelEvents
108108
*
109109
* This event allows you to reset the global and environmental state of
110110
* the application, when it was changed during the request.
111+
* The event listener method receives a
112+
* Symfony\Component\HttpKernel\Event\FinishRequestEvent instance.
113+
*
114+
* @Event
111115
*
112116
* @var string
113117
*/

0 commit comments

Comments
 (0)