summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/TokenInterface.php
Commit message (Collapse)AuthorAgeFilesLines
* removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-281-1/+1
|
* [Security] fixed wrong phpdocFabien Potencier2015-01-031-2/+4
|
* Docblock fixesGraham Campbell2014-11-301-4/+4
|
* fixed types in phpdocsFabien Potencier2014-04-161-2/+2
|
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
|
* CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc blockThomas Lallement2012-11-191-1/+3
|
* fixed CSFabien Potencier2012-07-091-14/+14
|
* fixed phpdoc @param alignmentFabien Potencier2012-05-151-1/+1
|
* [Security] removed import of the UserInterface interface as it is unused in ↵hhamon2011-03-181-6/+4
| | | | the file and fix some phpdoc.
* re-added a __toString method for debugging purposesJohannes Schmitt2011-03-121-0/+9
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-35/+11
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* [Security] Allow authentication tokens to hold attributesJeremy Mikola2011-02-151-0/+42
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+102
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http