Skip to content

Commit 64ec292

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: add @event annotation for AuthenticationEvents add @event annotation for KernelEvents bumped Symfony version to 2.7.13 updated VERSION for 2.7.12 update CONTRIBUTORS for 2.7.12 updated CHANGELOG for 2.7.12 bumped Symfony version to 2.3.41 updated VERSION for 2.3.40 update CONTRIBUTORS for 2.3.40 updated CHANGELOG for 2.3.40 Revert "minor #18257 [Routing] Don't needlessly execute strtr's as they are fairly expensive (arjenm)" Revert "fixed CS" [FrameworkBundle] Remove misleading comment bug #17460 [DI] fix ambiguous services schema
2 parents 4fa8855 + 33668cb commit 64ec292

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)