Преглед на файлове

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