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
2017-09-18 16:27:30 +02:00
..
Collection Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
AbstractComparison.php [Validator] Throw exception on Comparison constraints null options 2017-06-30 08:56:32 +02:00
AbstractComparisonValidator.php Fixed bugs in names of classes and methods. 2016-07-26 06:40:54 +02:00
All.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
AllValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Blank.php remove api tags from code 2015-09-28 19:11:22 +02:00
BlankValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Callback.php removed @since 2016-07-04 07:27:33 +02:00
CallbackValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
CardScheme.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
CardSchemeValidator.php [Validator] Added additional MasterCard range to the CardSchemeValidator 2016-07-08 11:49:25 +02:00
Choice.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
ChoiceValidator.php [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
Collection.php [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
CollectionValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Composite.php [Validator] Add object handling of invalid constraints in Composite 2017-03-22 12:05:13 -07:00
Count.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Country.php remove api tags from code 2015-09-28 19:11:22 +02:00
CountryValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
CountValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Currency.php remove api tags from code 2015-09-28 19:11:22 +02:00
CurrencyValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Date.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
DateTime.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
DateTimeValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
DateValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Email.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
EmailValidator.php cast substr result to string and remove empty function use 2017-04-05 11:10:47 -07:00
EqualTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
EqualToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Existence.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
Expression.php [Validator] added missing @Target 2014-04-23 16:07:18 +02:00
ExpressionValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
False.php remove api tags from code 2015-09-28 19:11:22 +02:00
FalseValidator.php remove api tags from code 2015-09-28 19:11:22 +02:00
File.php [Validator] Add a property tag for File::$maxSize 2017-08-17 16:14:13 +09:00
FileValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
GreaterThan.php added @Target annotations 2014-04-23 15:35:47 +02:00
GreaterThanOrEqual.php added @Target annotations 2014-04-23 15:35:47 +02:00
GreaterThanOrEqualValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
GreaterThanValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
GroupSequence.php minor #19862 Update GroupSequence.php (vudaltsov) 2016-09-06 09:59:02 +02:00
GroupSequenceProvider.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Iban.php Better Iban Validation 2015-08-01 12:20:04 +03:00
IbanValidator.php [Validator] Fix IbanValidator for ukrainian IBANs 2017-07-22 09:54:37 +02:00
IdenticalTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
IdenticalToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Image.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
ImageValidator.php [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
Ip.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
IpValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Isbn.php fixes CS 2015-08-24 09:13:45 +02:00
IsbnValidator.php CS: apply rules 2016-11-03 08:44:53 +01:00
IsFalse.php remove api tags from code 2015-09-28 19:11:22 +02:00
IsFalseValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
IsNull.php remove api tags from code 2015-09-28 19:11:22 +02:00
IsNullValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Issn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IssnValidator.php CS: apply rules 2016-11-03 08:44:53 +01:00
IsTrue.php remove api tags from code 2015-09-28 19:11:22 +02:00
IsTrueValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Language.php remove api tags from code 2015-09-28 19:11:22 +02:00
LanguageValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Length.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
LengthValidator.php Merge branch '2.3' into 2.7 2015-08-26 12:48:03 +02:00
LessThan.php added @Target annotations 2014-04-23 15:35:47 +02:00
LessThanOrEqual.php added @Target annotations 2014-04-23 15:35:47 +02:00
LessThanOrEqualValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
LessThanValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Locale.php remove api tags from code 2015-09-28 19:11:22 +02:00
LocaleValidator.php Merge branch '2.3' into 2.7 2016-03-08 14:51:36 +01:00
Luhn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
LuhnValidator.php CS: apply rules 2016-11-03 08:44:53 +01:00
NotBlank.php remove api tags from code 2015-09-28 19:11:22 +02:00
NotBlankValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
NotEqualTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotEqualToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
NotIdenticalTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotIdenticalToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
NotNull.php remove api tags from code 2015-09-28 19:11:22 +02:00
NotNullValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Null.php remove api tags from code 2015-09-28 19:11:22 +02:00
NullValidator.php remove api tags from code 2015-09-28 19:11:22 +02: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 Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
RangeValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Regex.php DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
RegexValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +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.3' into 2.7 2015-09-29 14:06:14 +02:00
TimeValidator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Traverse.php removed @since 2016-07-04 07:27:33 +02:00
True.php remove api tags from code 2015-09-28 19:11:22 +02:00
TrueValidator.php remove api tags from code 2015-09-28 19:11:22 +02:00
Type.php remove api tags from code 2015-09-28 19:11:22 +02:00
TypeValidator.php [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
Url.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
UrlValidator.php do not validate empty values 2017-07-02 09:03:13 +02:00
Uuid.php fixes CS 2015-08-24 09:13:45 +02:00
UuidValidator.php [Validator] Clarify UUID validator behavior 2017-09-18 16:27:30 +02:00
Valid.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00