Skip to content

Commit 4de930b

Browse files
committed
[HttpFoundation] added some phpdoc
1 parent 6105838 commit 4de930b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Symfony/Component/HttpFoundation/SessionStorage/FilesystemSessionStorage.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
namespace Symfony\Component\HttpFoundation\SessionStorage;
1313

1414
/**
15-
* FilesystemSessionStorage.
15+
* FilesystemSessionStorage simulates sessions for functional tests.
16+
*
17+
* This storage does not start the session (session_start())
18+
* as it is not "available" when running tests on the command line.
1619
*
1720
* @author Fabien Potencier <fabien@symfony.com>
1821
*/

0 commit comments

Comments
 (0)