소스 검색

[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.