Skip to content

Commit 352eba3

Browse files
committed
merged branch hhamon/session_listener_typo (PR symfony#6512)
This PR was merged into the 2.0 branch. Commits ------- a88607c [Bundle] [FrameworkBundle] fixed typo in phpdoc of the SessionListener. Discussion ---------- [Bundle] [FrameworkBundle] fixed typo in phpdoc of the SessionListener. Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: - License of the code: MIT Documentation PR: -
2 parents 6aeb546 + a88607c commit 352eba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
1818

1919
/**
20-
* Sets the session on the request.
20+
* Sets the session in the request.
2121
*
2222
* This will also start the session if it was already started during a previous
2323
* request.

0 commit comments

Comments
 (0)