浏览代码

[Security] fixed phpdoc.

Hugo Hamon 13 年之前
父节点
当前提交
9ac8d43dd1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php

+ 1 - 1
src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php

@@ -76,7 +76,7 @@ abstract class AbstractToken implements TokenInterface
     }
 
     /**
-     * Sets the user into the token.
+     * Sets the user in the token.
      *
      * The user can be a UserInterface instance, or an object implementing
      * a __toString method or the username as a regular string.