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 ac2c8f2352 Merge branch '4.4' into 5.0
* 4.4: (34 commits)
  Add test for tagged iterator with numeric index
  Fix container lint command when a synthetic service is used in combination with the expression language
  [Validator][Range] Fix typos
  [SecurityBundle] Minor fix in LDAP config tree builder
  [HttpClient] fix requests to hosts that idn_to_ascii() cannot handle
  [FrameworkBundle] remove redundant PHPDoc in console Descriptor and subclass
  [Mime] remove phpdoc mentioning Utf8AddressEncoder
  Add missing phpdoc
  Remove int return type from FlattenException::getCode
  [Yaml] fix dumping strings containing CRs
  [DI] Fix XmlFileLoader bad error message
  [Form] Handle false as empty value on expanded choices
  [Messenger] Add ext-redis min version req to tests
  Tweak message
  improve PlaintextPasswordEncoder docBlock summary
  [Validator] Add two missing translations for the Arabic (ar) locale
  Use some PHP 5.4 constants unconditionally
  Add new packages on the link script
  [DI] fix dumping errored definitions
  [DI] ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait
  ...
2020-03-12 18:08:07 +01:00
..
Constraints Merge branch '4.4' into 5.0 2020-03-12 18:08:07 +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 two missing translations for the Arabic (ar) locale 2020-03-05 11:31:37 +01:00
Test Merge branch '4.4' into 5.0 2019-11-27 00:25:11 +01:00
Tests Merge branch '4.4' into 5.0 2020-03-12 18:08:07 +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
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 2020-02-29 11:07:09 +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