summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/AbstractToken.php
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2016-12-08 16:31:48 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2016-12-08 16:31:48 +0100
commit3b5625de42114cd121282bdfc4879a28e85d64ec (patch)
treef5de69d4f86e9b567f0c919475ffd1a883dc9804 /Core/Authentication/Token/AbstractToken.php
parenta39290c2fc59213b11f62bbce19e366ac69dbf8b (diff)
parent946bae1b15cb634ea9705476f4bb34fbede6fd2b (diff)
downloadsymfony-security-3b5625de42114cd121282bdfc4879a28e85d64ec.zip
symfony-security-3b5625de42114cd121282bdfc4879a28e85d64ec.tar.gz
symfony-security-3b5625de42114cd121282bdfc4879a28e85d64ec.tar.bz2
Merge branch '3.2'
* 3.2: (51 commits) [FrameworkBundle] [Workflow] Fix service marking store configuration Fix merge [Validator] add class name to the cache key [Serializer] Remove AbstractObjectNormalizer::isAttributeToNormalize Throw less misleading exception when property access not found [Twig] Fix deprecations with Twig 1.29 [FrameworkBundle] Fix validation cache warmer with failing or missing classes Fixed typo [FrameworkBundle] Removed the kernel.debug parameter from the cache pool namespace seed Fix email address fix the docblock in regard to the role argument [Bridge\Twig] Trigger deprecation when using FormExtension::$renderer Don't use the "app" global variable in the profiler [VarDumper] fix tests when xdebug is enabled Fix merge FIXED NON EXISTING TYPE DECLARATION [Form] Add failing test for data collector bug [Cache] Fix dumping SplDoublyLinkedList iter mode [Form] Fix FormDataCollector Ignore missing 'debug.file_link_formatter' service in Debug and Twig bundles ...
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 2f517f3..2e9c0f3 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|string)[] $roles An array of roles
+ * @param (RoleInterface|string)[] $roles An array of roles
*
* @throws \InvalidArgumentException
*/