Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed dots at the end of @param and @returnv2.7.15 | Fabien Potencier | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | [Security] fixed wrong phpdoc | Fabien Potencier | 2015-01-03 | 1 | -2/+4 |
| | |||||
* | Docblock fixes | Graham Campbell | 2014-11-30 | 1 | -4/+4 |
| | |||||
* | fixed types in phpdocs | Fabien Potencier | 2014-04-16 | 1 | -2/+2 |
| | |||||
* | made phpdoc types consistent with those defined in Hack | Fabien Potencier | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block | Thomas Lallement | 2012-11-19 | 1 | -1/+3 |
| | |||||
* | fixed CS | Fabien Potencier | 2012-07-09 | 1 | -14/+14 |
| | |||||
* | fixed phpdoc @param alignment | Fabien Potencier | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | [Security] removed import of the UserInterface interface as it is unused in ↵ | hhamon | 2011-03-18 | 1 | -6/+4 |
| | | | | the file and fix some phpdoc. | ||||
* | re-added a __toString method for debugging purposes | Johannes Schmitt | 2011-03-12 | 1 | -0/+9 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 1 | -35/+11 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 1 | -2/+2 |
| | |||||
* | [Security] Allow authentication tokens to hold attributes | Jeremy Mikola | 2011-02-15 | 1 | -0/+42 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 1 | -0/+102 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |