summaryrefslogtreecommitdiffstats
path: root/Core/Validator/Constraints
Commit message (Collapse)AuthorAgeFilesLines
* Removed dead code and various cleaningsarah khalil2015-01-211-1/+0
|
* [Validator] fixed deprecation notices for BuildViolation() calls in constraintsFabien Potencier2015-01-091-0/+1
|
* added type-hintFabien Potencier2015-01-081-7/+1
|
* [Security] removed usage of the deprecated SecurityContextInterfaceFabien Potencier2015-01-081-4/+10
|
* [Validator] Improve UserPassword messageredstar5042014-07-231-1/+1
|
* Merge branch '2.4'Fabien Potencier2014-04-231-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | * 2.4: [Validator] added missing @Target [Validator] fixed @Target config added @Target annotations [Process] Add missing docblocks, remove variable declarations Conflicts: src/Symfony/Component/Process/Process.php src/Symfony/Component/Process/ProcessBuilder.php
| * added @Target annotationsv2.3.13Fabien Potencier2014-04-231-0/+1
| |
* | [Validator] Checked the constraint class in constraint validatorsBernhard Schussek2014-03-101-0/+5
|/
* [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-172-0/+6
|
* [Security] renamed Constraint namespace to Constraints for validator classes ↵Hugo Hamon2013-02-042-0/+74
in order to be consistent with the whole current validator API.