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
Fabien Potencier 369aebf431 fixed CS
2014-09-22 10:32:35 +02:00
..
Collection added @Target annotations 2014-04-23 15:35:47 +02:00
AbstractComparison.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
AbstractComparisonValidator.php fixed CS 2014-09-22 10:32:35 +02:00
All.php added @Target annotations 2014-04-23 15:35:47 +02:00
AllValidator.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
Blank.php added @Target annotations 2014-04-23 15:35:47 +02:00
BlankValidator.php fixed CS 2014-09-22 10:32:35 +02:00
Callback.php [Validator] added missing ANNOTATION config to @Target annotation 2014-04-24 07:32:02 +02:00
CallbackValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
CardScheme.php added @Target annotations 2014-04-23 15:35:47 +02:00
CardSchemeValidator.php fixed CS 2014-09-22 10:32:35 +02:00
Choice.php added @Target annotations 2014-04-23 15:35:47 +02:00
ChoiceValidator.php fixed CS 2014-09-22 10:32:35 +02:00
Collection.php added @Target annotations 2014-04-23 15:35:47 +02:00
CollectionValidator.php fixed CS 2014-09-22 10:32:35 +02:00
Count.php added @Target annotations 2014-04-23 15:35:47 +02:00
Country.php added @Target annotations 2014-04-23 15:35:47 +02:00
CountryValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
CountValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Currency.php added @Target annotations 2014-04-23 15:35:47 +02:00
CurrencyValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Date.php added @Target annotations 2014-04-23 15:35:47 +02:00
DateTime.php added @Target annotations 2014-04-23 15:35:47 +02:00
DateTimeValidator.php [Validator] Removed return value from ConstraintValidatorInterface::isValid() 2012-04-17 16:46:43 +02:00
DateValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Email.php added @Target annotations 2014-04-23 15:35:47 +02:00
EmailValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02: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] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
False.php added @Target annotations 2014-04-23 15:35:47 +02:00
FalseValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
File.php added @Target annotations 2014-04-23 15:35:47 +02:00
FileValidator.php fixed CS 2014-09-22 10:32:35 +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 [Validator] added missing ANNOTATION config to @Target annotation 2014-04-24 07:32:02 +02:00
GroupSequenceProvider.php [Validator] added missing ANNOTATION config to @Target annotation 2014-04-24 07:32:02 +02:00
Iban.php added @Target annotations 2014-04-23 15:35:47 +02:00
IbanValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
ImageValidator.php fixed CS 2014-09-22 10:32:35 +02:00
Ip.php added @Target annotations 2014-04-23 15:35:47 +02:00
IpValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Isbn.php [Validator] Fixed and simplified IsbnValidator 2014-07-24 13:57:51 +02:00
IsbnValidator.php fixed CS 2014-09-22 10:32:35 +02:00
Issn.php added @Target annotations 2014-04-23 15:35:47 +02:00
IssnValidator.php fixed CS 2014-09-22 10:32:35 +02:00
Language.php added @Target annotations 2014-04-23 15:35:47 +02:00
LanguageValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Length.php added @Target annotations 2014-04-23 15:35:47 +02:00
LengthValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
LocaleValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Luhn.php added @Target annotations 2014-04-23 15:35:47 +02:00
LuhnValidator.php minor #11483 fix some docblocks (xabbuh) 2014-08-02 09:53:48 +02:00
NotBlank.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotBlankValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
NotNullValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Null.php added @Target annotations 2014-04-23 15:35:47 +02:00
NullValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
RangeValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Regex.php added @Target annotations 2014-04-23 15:35:47 +02:00
RegexValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
TimeValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
True.php added @Target annotations 2014-04-23 15:35:47 +02:00
TrueValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Type.php added @Target annotations 2014-04-23 15:35:47 +02:00
TypeValidator.php [Validator] Renamed valueToString() to formatValue(); added missing formatValue() calls 2014-07-24 16:57:54 +02:00
Url.php added @Target annotations 2014-04-23 15:35:47 +02:00
UrlValidator.php Allow basic auth in url. 2014-08-09 12:41:29 +02:00
Valid.php added @Target annotations 2014-04-23 15:35:47 +02:00