summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/AbstractToken.php
Commit message (Expand)AuthorAgeFilesLines
* fix the docblock in regard to the role argumentv2.7.22Christian Flothmann2016-12-061-1/+1
* Merge branch '2.3' into 2.7Nicolas Grekas2015-08-261-1/+1
|\
| * [Security] Add missing docblock in PreAuthenticatedTokenv2.3.33v2.3.32Titouan Galopin2015-08-071-1/+1
* | Merge branch '2.3' into 2.6v2.6.6Fabien Potencier2015-03-301-2/+2
|\ \ | |/
| * minor #14090 CS: Unary operators should be placed adjacent to their operands ...v2.3.27Fabien Potencier2015-03-301-1/+1
| |\
| | * CS: Unary operators should be placed adjacent to their operandsDariusz Ruminski2015-03-271-1/+1
| * | CS: Binary operators should be arounded by at least one spaceDariusz Ruminski2015-03-271-1/+1
| |/
* | Merge branch '2.3' into 2.5v2.5.8Fabien Potencier2014-12-021-1/+2
|\ \ | |/
| * Docblock fixesGraham Campbell2014-11-301-1/+2
* | Merge branch '2.3' into 2.5Fabien Potencier2014-10-261-1/+1
|\ \ | |/
| * Improved the phpdoc for security token classesChristophe Coevoet2014-10-241-1/+1
* | Merge branch '2.3' into 2.4Fabien Potencier2014-09-221-1/+1
|\ \ | |/
| * fixed CSFabien Potencier2014-09-221-1/+1
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-161-1/+1
|\ \ | |/
| * fixed types in phpdocsFabien Potencier2014-04-161-1/+1
* | Merge branch '2.3' into 2.4Fabien Potencier2014-04-161-3/+3
|\ \ | |/
| * made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-1/+1
| * made types consistent with those defined in HackFabien Potencier2014-04-131-2/+2
* | Merge branch '2.3' into 2.4Fabien Potencier2014-01-241-0/+3
|\ \ | |/
| * [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-171-0/+3
* | Merge branch '2.3' into 2.4Fabien Potencier2013-12-261-1/+8
|\ \ | |/
| * Fix parent serialization of user objectDavid de Boer2013-12-231-1/+8
* | unify constructor initialization style throughout symfonyTobias Schultze2013-11-111-7/+3
* | Fixed typosPascal Borreli2013-08-241-1/+1
|/
* Fixed typosPascal Borreli2013-04-211-2/+2
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
* CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc blockThomas Lallement2012-11-191-1/+1
* fixed phpdoc @param alignmentFabien Potencier2012-05-151-1/+1
* merged 2.0Fabien Potencier2012-05-111-0/+9
|\
| * [Security] fixed phpdoc.Hugo Hamon2012-05-011-1/+1
| * [Security] added some missing phpdoc for AbstractToken::setUser() and Usernam...Hugo Hamon2012-05-011-0/+9
* | Add some more tests, and enforce boolean return value of interface implementa...Dariusz Górecki2012-01-101-1/+1
* | When method name is `hasUserChanged` the return boolean should be true (to ma...Dariusz Górecki2012-01-101-11/+11
* | Refactor `isUserChanged` to `hasUserChanged`Dariusz Górecki2012-01-101-3/+3
* | Change names to EquatableDariusz Górecki2012-01-101-5/+5
* | [BC Break][Security] Moved user comparsion logic out of UserInterface As disc...Dariusz Górecki2012-01-101-1/+48
|/
* fixed CSFabien Potencier2011-12-181-3/+3
* re-added a __toString method for debugging purposesJohannes Schmitt2011-03-121-0/+16
* [Security] added some more testsJohannes M. Schmitt2011-03-101-2/+6
* [Security] various changes, see belowJohannes Schmitt2011-03-101-0/+203