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/Constraints
Nicolas Grekas b88728a13a Merge branch '4.1' into 4.2
* 4.1:
  Fix typos in doc blocks
  [Debug] ignore underscore vs backslash namespaces in DebugClassLoader
  [TwigBridge][Form] Prevent multiple rendering of form collection prototypes
  [FrameworkBundle] fix describing routes with no controllers
  [DI] move RegisterServiceSubscribersPass before DecoratorServicePass
  Update ValidationListener.php
  [Yaml] ensures that the mb_internal_encoding is reset to its initial value
  [WebLink] Fixed documentation link
  [Security] getTargetPath of TargetPathTrait must return string or null
  [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument
  Optimize perf by replacing call_user_func with dynamic vars
  [Routing] fix dumping same-path routes with placeholders
  [Security] defer log message in guard authenticator
  [Validator] Added IBAN format for Vatican City State
  merge conflicts
  filter out invalid Intl values
  filter out invalid language values
  [Validator] Fixed grouped composite constraints
  [Form] Filter arrays out of scalar form types
  Fix HeaderBag::get phpdoc
2018-12-13 13:39:50 +01:00
..
AbstractComparison.php Consistently throw exceptions on a single line 2018-09-08 14:44:02 +02:00
AbstractComparisonValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
All.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
AllValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Bic.php [Validator] Add BC layer covering BicValidator without Intl 2018-09-30 00:23:16 +02:00
BicValidator.php Merge branch '4.1' 2018-11-15 13:42:54 +01:00
Blank.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
BlankValidator.php Remove calls to non-existing method 2016-01-14 01:18:51 +01:00
Callback.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
CallbackValidator.php Optimize perf by replacing call_user_func with dynamic vars 2018-12-09 23:58:21 +01:00
CardScheme.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
CardSchemeValidator.php Merge branch '2.8' into 3.3 2018-01-13 15:02:56 +01:00
Choice.php [Validator] remove deprecated features 2017-05-21 12:14:51 +02:00
ChoiceValidator.php Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
Collection.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
CollectionValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Composite.php Consistently throw exceptions on a single line 2018-09-08 14:44:02 +02:00
Count.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Country.php [Validator] Pre-check constraint validator dependencies 2018-09-30 11:22:12 +02:00
CountryValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
CountValidator.php Merge branch '4.1' 2018-11-15 13:42:54 +01:00
Currency.php [Validator] Pre-check constraint validator dependencies 2018-09-30 11:22:12 +02:00
CurrencyValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Date.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
DateTime.php [Validator] Deprecate validating DateTimeInterface in Date|Time|DateTime constraints 2018-09-08 08:57:33 +02:00
DateTimeValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
DateValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
DivisibleBy.php [Validator] New DivisibleBy constraint for testing divisibility 2018-08-15 17:44:08 +02:00
DivisibleByValidator.php [Validator] Fix precision issue regarding floats and DivisibleBy constraint 2018-08-20 16:30:22 +02:00
Email.php Clarify deprecation of Email constraint without egulias/email-validator 2018-11-05 21:30:49 +01:00
EmailValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
EqualTo.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
EqualToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Existence.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
Expression.php [Validator] Pre-check constraint validator dependencies 2018-09-30 11:22:12 +02:00
ExpressionValidator.php Favor LogicException for missing classes & functions 2018-09-24 09:37:12 +02:00
File.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
FileValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
GreaterThan.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
GreaterThanOrEqual.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
GreaterThanOrEqualValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
GreaterThanValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
GroupSequence.php Consistently throw exceptions on a single line 2018-09-08 14:44:02 +02:00
GroupSequenceProvider.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Iban.php [Validator] removed deprecated features in Constraints 2015-10-01 16:20:47 +02:00
IbanValidator.php Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
IdenticalTo.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
IdenticalToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Image.php add minimum and maximum amount of pixels to Image validator 2017-07-06 11:02:57 +02:00
ImageValidator.php Favor LogicException for missing classes & functions 2018-09-24 09:37:12 +02:00
Ip.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
IpValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Isbn.php [Validator] removed deprecated features in Constraints 2015-10-01 16:20:47 +02:00
IsbnValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
IsFalse.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
IsFalseValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
IsNull.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
IsNullValidator.php Remove calls to non-existing method 2016-01-14 01:18:51 +01:00
Issn.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
IssnValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
IsTrue.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
IsTrueValidator.php Remove calls to non-existing method 2016-01-14 01:18:51 +01:00
Language.php [Validator] Pre-check constraint validator dependencies 2018-09-30 11:22:12 +02:00
LanguageValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Length.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
LengthValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
LessThan.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
LessThanOrEqual.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
LessThanOrEqualValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
LessThanValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
Locale.php [Validator] Pre-check constraint validator dependencies 2018-09-30 11:22:12 +02:00
LocaleValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Luhn.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
LuhnValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
NotBlank.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
NotBlankValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
NotEqualTo.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
NotEqualToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
NotIdenticalTo.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
NotIdenticalToValidator.php [Validator] Added missing error codes and turned codes into UUIDs 2015-06-30 16:06:42 +02:00
NotNull.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
NotNullValidator.php Remove calls to non-existing method 2016-01-14 01:18:51 +01:00
Optional.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Range.php [Validator] removed deprecated features in Constraints 2015-10-01 16:20:47 +02:00
RangeValidator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Regex.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
RegexValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Required.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Time.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
TimeValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Traverse.php Consistently throw exceptions on a single line 2018-09-08 14:44:02 +02:00
Type.php Merge branch '2.7' into 2.8 2015-09-29 14:32:55 +02:00
TypeValidator.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Url.php Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
UrlValidator.php catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Uuid.php Merge branch '2.7' into 2.8 2015-08-24 09:18:02 +02:00
UuidValidator.php Merge branch '4.1' 2018-11-15 13:42:54 +01:00
Valid.php add groups support to the Valid constraint 2017-07-03 18:47:01 +02:00
ValidValidator.php Fixed the null value exception case. 2017-12-04 02:10:25 +03:00