Fixed typo

This commit is contained in:
jdreesen 2011-07-15 04:59:03 +02:00
parent 12b1875b88
commit 3a33c65bd5

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\HttpFoundation\SessionStorage;
/**
* ArraySessionStorage mocks the session for unit tests.
*
* When doing functional testing, you should use FilesystemArrayStorage instead.
* When doing functional testing, you should use FilesystemSessionStorage instead.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Bulat Shakirzyanov <mallluhuct@gmail.com>