浏览代码

merged branch jdreesen/fix-01 (PR #1715)

Commits
-------

3a33c65 Fixed typo

Discussion
----------

Fixed typo

Fixed a small typo in the docblock
Fabien Potencier 14 年之前
父节点
当前提交
059af7964b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/SessionStorage/ArraySessionStorage.php

@@ -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>