Skip to content

Commit 1eb9646

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: add @event annotation for AuthenticationEvents bumped Symfony version to 2.8.6 [PropertyInfo] PHPDoc correction add @event annotation for KernelEvents updated VERSION for 2.8.5 updated CHANGELOG for 2.8.5 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" fixed deprecation notices in tests [Security] Normalize "symfony/security-acl" dependency versions across all composer.json files [FrameworkBundle] Remove misleading comment bug #17460 [DI] fix ambiguous services schema
2 parents 1b41dce + 64ec292 commit 1eb9646

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)