summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/AbstractToken.php
diff options
context:
space:
mode:
authorThomas Lallement <thomas.lallement@9online.fr>2012-11-01 16:08:59 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2012-11-19 13:58:52 +0100
commit0030e8b836634073a97465fca0743159e4937343 (patch)
tree7b693529cc29eb209bac85c3ea5b373af0732a18 /Core/Authentication/Token/AbstractToken.php
parent706855841105f0befced9a7ae8b47b9d48a86f4e (diff)
downloadsymfony-security-0030e8b836634073a97465fca0743159e4937343.zip
symfony-security-0030e8b836634073a97465fca0743159e4937343.tar.gz
symfony-security-0030e8b836634073a97465fca0743159e4937343.tar.bz2
CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block
Diffstat (limited to 'Core/Authentication/Token/AbstractToken.php')
-rw-r--r--Core/Authentication/Token/AbstractToken.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Token/AbstractToken.php b/Core/Authentication/Token/AbstractToken.php
index ed6e8de..68cbb79 100644
--- a/Core/Authentication/Token/AbstractToken.php
+++ b/Core/Authentication/Token/AbstractToken.php
@@ -33,7 +33,7 @@ abstract class AbstractToken implements TokenInterface
/**
* Constructor.
*
- * @param Role[] $roles An array of roles
+ * @param RoleInterface[] $roles An array of roles
*/
public function __construct(array $roles = array())
{