[Security] fixed phpdoc.

This commit is contained in:
Hugo Hamon 2012-05-01 13:15:31 +01:00
parent a3ecea3ed3
commit 9ac8d43dd1

View File

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