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
Robin Chalas cde2538849 Merge branch '4.3' into 4.4
* 4.3:
  [FWBundle] Remove unused parameter
  [Intl] [Workflow] fixes English grammar typos
  [Filesystem] [Serializer] fixes English grammar typo
  [Messenger] Adding exception to amqp transport in case amqp ext is not installed
  [Monolog Bridge] Fixed accessing static property as non static.
  Improve Symfony description
  Add DateTimeZoneNormalizer into Dependency Injection
  [Messenger] Error when specified default bus is not among the configured
  [Validator] Add Japanese translation
  [Workflow] Apply the same logic of precedence between the apply() and the buildTransitionBlockerList() method
  Remove some unused methods parameters
  Avoid empty \"If-Modified-Since\" header in validation request
  [Security] Fix SwitchUser is broken when the User Provider always returns a valid user
  Fix error message according to the new regex
  compatibility with DoctrineBundle 2
  [Validator] ConstraintValidatorTestCase: add missing return value to mocked validate method calls
2019-11-27 00:16:41 +01:00
..
Constraints [Validator] Add AutoMapping constraint to enable or disable auto-validation 2019-10-30 08:50:22 +01:00
Context Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection [DoctrineBridge] Auto-validation must work if no regex are passed 2019-10-29 11:03:05 +01:00
Exception catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Mapping [Validator] Add AutoMapping constraint to enable or disable auto-validation 2019-10-30 08:50:22 +01:00
Resources/translations [Validator] Add Japanese translation 2019-11-24 18:47:24 +01:00
Test Merge branch '4.3' into 4.4 2019-11-27 00:16:41 +01:00
Tests [Validator] fix merge 2019-10-30 14:47:18 +01:00
Util Merge branch '4.3' into 4.4 2019-10-28 21:30:34 +01:00
Validator Remove unneeded phpdocs 2019-08-08 11:37:48 +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
CHANGELOG.md Deprecate things that prevent \Throwable from bubbling down 2019-11-05 18:23:20 +01:00
composer.json Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
Constraint.php remove return type declaration from __sleep() 2019-11-22 13:40:21 +01:00
ConstraintValidator.php [Validator] Add ConstraintValidator::formatValue() tests 2019-09-03 18:24:34 +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.3' into 4.4 2019-09-06 16:52:15 +02:00
ConstraintViolationInterface.php Merge branch '4.3' into 4.4 2019-08-26 11:32:48 +02:00
ConstraintViolationList.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
ConstraintViolationListInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +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 [Validator] make phpdoc of ObjectInitializerInterface interface more accurate 2018-05-02 00:50:12 +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 don't change state in case of exception 2019-09-13 12:19:20 +02:00
ValidatorBuilderInterface.php [Contracts] Add Translation\TranslatorInterface + decouple symfony/validator from symfony/translation 2018-09-03 15:19:33 +02:00

Validator Component

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

Resources