diff options
author | Florin Patan <florinpatan@gmail.com> | 2012-12-16 14:02:54 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-12-19 08:09:49 +0100 |
commit | 1849d1e5d8f925c671ba44ce461859c730298edb (patch) | |
tree | a493feeaccda5fc0f8c891b081957676c7a0dbe1 /Core/Authentication/Token/AbstractToken.php | |
parent | 2b733ec2d017d7f02f2c034950337e36015acf99 (diff) | |
download | symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.zip symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.tar.gz symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.tar.bz2 |
Fixed most of the docblocks/unused namespaces
Diffstat (limited to 'Core/Authentication/Token/AbstractToken.php')
-rw-r--r-- | Core/Authentication/Token/AbstractToken.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Authentication/Token/AbstractToken.php b/Core/Authentication/Token/AbstractToken.php index 68cbb79..f21aa76 100644 --- a/Core/Authentication/Token/AbstractToken.php +++ b/Core/Authentication/Token/AbstractToken.php @@ -34,6 +34,8 @@ abstract class AbstractToken implements TokenInterface * Constructor. * * @param RoleInterface[] $roles An array of roles + * + * @throws \InvalidArgumentException */ public function __construct(array $roles = array()) { |