Skip to content

Commit c964616

Browse files
committed
Merge branch '3.0'
* 3.0: (24 commits) add @event annotation for AuthenticationEvents bumped Symfony version to 3.0.6 updated VERSION for 3.0.5 updated CHANGELOG for 3.0.5 bumped Symfony version to 2.8.6 [PropertyInfo] PHPDoc correction add @event annotation for KernelEvents Fixed typo 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" ...
2 parents 3a01792 + 1eb9646 commit c964616

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
@@ -121,6 +121,10 @@ final class KernelEvents
121121
*
122122
* This event allows you to reset the global and environmental state of
123123
* the application, when it was changed during the request.
124+
* The event listener method receives a
125+
* Symfony\Component\HttpKernel\Event\FinishRequestEvent instance.
126+
*
127+
* @Event
124128
*
125129
* @var string
126130
*/

0 commit comments

Comments
 (0)