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 11097a5aa6 Merge branch '4.4' into 5.0
* 4.4:
  minor #35833 [FrameworkBundle] Add missing items in the unused tag pass whitelist (fabpot)
  [HttpClient][DX] Add URL context to JsonException messages
  [Routing] Improve localized routes performances
  [4.4][DoctrineBridge] Use new Types::* constants and support new json type
  [Validator] Add missing translations
  [Messenger] Use Doctrine DBAL new Types::* constants
2020-02-25 15:24:11 +01:00
..
Constraints Merge branch '4.4' into 5.0 2020-02-04 10:41:09 +01:00
Context Merge branch '4.4' 2019-10-07 14:45:39 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection Merge branch '4.4' into 5.0 2019-12-17 11:33:13 +01:00
Exception catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Mapping Merge branch '4.4' into 5.0 2020-02-24 16:05:31 +01:00
Resources/translations [Validator] Add missing translations 2020-02-24 18:16:32 +01:00
Test Merge branch '4.4' into 5.0 2019-11-27 00:25:11 +01:00
Tests Fix CS 2020-02-04 10:47:34 +01:00
Util Merge branch '4.3' into 4.4 2019-10-28 21:30:34 +01:00
Validator Merge branch '4.4' 2019-08-14 14:45:29 +02:00
Violation Merge branch '4.3' into 4.4 2019-08-26 11:32:48 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '4.4' into 5.0 2019-12-17 11:33:13 +01:00
composer.json Merge branch '4.4' into 5.0 2020-02-08 18:00:58 +01:00
Constraint.php Merge branch '4.4' into 5.0 2020-02-04 10:41:09 +01:00
ConstraintValidator.php Merge branch '4.4' into 5.0 2019-12-16 11:47:49 +01: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-09-06 16:53:03 +02:00
ConstraintViolationInterface.php Merge branch '4.3' into 4.4 2019-08-26 11:32:48 +02: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 2020-01-01 12:03:25 +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 Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02:00
ValidatorBuilder.php Merge branch '4.4' 2019-09-16 07:06:55 +02:00

Validator Component

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

Resources