This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator
Nicolas Grekas b38a717d78 Merge branch '4.4'
* 4.4: (28 commits)
  fix merge
  [SecurityBundle] fix return type declarations
  [BrowserKit] fix return type declarations
  [PropertyInfo] fix return type declarations
  [Bridge/Doctrine] fix return type declarations
  [Form] fix return type declarations
  [Console] fix return type declarations
  [Intl] fix return type declarations
  [Templating] fix return type declarations
  [DomCrawler] fix return type declarations
  [Validator] fix return type declarations
  [Process] fix return type declarations
  [Workflow] fix return type declarations
  [Cache] fix return type declarations
  [Serializer] fix return type declarations
  [Translation] fix return type declarations
  [DI] fix return type declarations
  [Config] fix return type declarations
  [HttpKernel] Fix return type declarations
  [Security] Fix return type declarations
  ...
2019-08-26 11:05:36 +02:00
..
Constraints Merge branch '4.4' 2019-08-20 18:53:57 +02:00
Context Merge branch '4.4' 2019-08-26 11:05:36 +02:00
DataCollector switched array() to [] 2019-01-16 10:39:14 +01:00
DependencyInjection [Validator] remove deprecated code paths 2019-06-06 19:09:13 +02:00
Exception catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Mapping Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
Resources/translations Add missing translations for Armenian locale 2019-08-18 17:34:57 +01:00
Test Remove ForwardCompatTestTrait 2019-08-08 14:35:09 +02:00
Tests Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Util [Validator] Add more parameter types. 2019-08-16 01:09:31 +02:00
Validator Merge branch '4.4' 2019-08-14 14:45:29 +02:00
Violation Merge branch '4.4' 2019-08-09 13:53:04 +02:00
.gitignore
CHANGELOG.md Merge branch '4.4' 2019-08-09 13:53:04 +02:00
composer.json Merge branch '4.4' 2019-08-22 10:40:55 +02:00
Constraint.php Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
ConstraintValidator.php [Validator] Add more parameter types. 2019-08-16 01:09:31 +02:00
ConstraintValidatorFactory.php switched array() to [] 2019-01-16 10:39:14 +01:00
ConstraintValidatorFactoryInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
ConstraintValidatorInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ConstraintViolation.php Merge branch '4.4' 2019-08-09 13:53:04 +02:00
ConstraintViolationInterface.php [Validator] Allow objects implementing __toString() to be used as violation messages 2019-08-08 13:18:47 -04:00
ConstraintViolationList.php Merge branch '4.4' 2019-08-22 15:39:30 +02:00
ConstraintViolationListInterface.php Merge branch '4.4' 2019-08-08 11:49:33 +02:00
ContainerConstraintValidatorFactory.php Fixed exception wording 2019-01-11 17:00:45 +03:00
GroupSequenceProviderInterface.php [Validator] Fix GroupSequenceProvider annotation 2019-06-20 08:43:29 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
ObjectInitializerInterface.php add parameter type hints to the Validator component 2019-06-28 18:24:33 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Add HTTPS to a URL 2019-07-14 15:17:28 +04:30
Validation.php [Validator] remove deprecated code paths 2019-06-06 19:09:13 +02:00
ValidatorBuilder.php [Validator] remove deprecated code paths 2019-06-06 19:09:13 +02:00

Validator Component

The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.

Resources