respect-validation/library/Rules
Emmerson Siqueira 0a031649a8
Apply contribution guidelines to "Attribute" rule
Signed-off-by: Emmerson Siqueira <emmersonsiqueira@gmail.com>
2018-05-31 13:50:36 +02:00
..
Locale Merge branch '1.1' 2018-05-19 16:46:58 +02:00
AbstractAge.php Refactor rules related to age 2018-02-24 09:28:54 +01:00
AbstractComposite.php Ensure names are always string 2018-05-27 16:12:05 +02:00
AbstractCtypeRule.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
AbstractEnvelope.php Create "AbstractEnvelope" class 2018-03-22 19:41:10 +01:00
AbstractFilterRule.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
AbstractInterval.php Refactor "Between" rule 2018-03-03 18:06:26 +01:00
AbstractLocaleWrapper.php Fix coding standards 2018-02-04 01:00:30 +01:00
AbstractRegexRule.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
AbstractRelated.php Apply contribution guidelines to "Attribute" rule 2018-05-31 13:50:36 +02:00
AbstractRule.php Ensure names are always string 2018-05-27 16:12:05 +02:00
AbstractSearcher.php Apply contribution guidelines to "AbstractSearcher" 2018-01-19 21:41:34 +01:00
AbstractWrapper.php Ensure names are always string 2018-05-27 16:12:05 +02:00
AllOf.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Alnum.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Alpha.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
AlwaysInvalid.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
AlwaysValid.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
AnyOf.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
ArrayType.php Apply contribution guidelines to "ArrayType" rule 2018-03-16 11:19:14 +01:00
ArrayVal.php Apply contribution guidelines to "ArrayVal" rule 2018-04-02 23:19:22 +02:00
Attribute.php Apply contribution guidelines to "Attribute" rule 2018-05-31 13:50:36 +02:00
Base.php Refactor ValidationException 2018-05-27 16:12:05 +02:00
Base64.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Between.php Make "Between" rule extend "AbstractEnvelop" 2018-03-22 19:47:57 +01:00
BoolType.php Apply contribution guidelines to "BoolType" rule 2018-03-27 00:09:58 +02:00
BoolVal.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Bsn.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Call.php Apply contribution guidelines to "Attribute" rule 2018-05-31 13:50:36 +02:00
CallableType.php Apply contribution guidelines to "CallableType" rule 2018-05-19 17:07:59 +02:00
Callback.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Charset.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Cnh.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Cnpj.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Cntrl.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Consonant.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Contains.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Countable.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
CountryCode.php Declare visibility for constants 2018-05-27 16:12:05 +02:00
Cpf.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
CreditCard.php Declare visibility for constants 2018-05-27 16:12:05 +02:00
CurrencyCode.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Date.php Do not overwrite method configure() 2018-05-27 16:12:05 +02:00
DateTime.php Do not overwrite method configure() 2018-05-27 16:12:05 +02:00
Digit.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Directory.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Domain.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Each.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Email.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
EndsWith.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Equals.php Apply contribution guidelines to "Equals" rule 2018-01-15 09:16:45 +01:00
Even.php Apply contribution guidelines to "Even" rule 2018-05-31 08:37:38 +02:00
Executable.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Exists.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Extension.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Factor.php Remove method stringify from ValidationException 2018-05-27 16:12:05 +02:00
FalseVal.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Fibonacci.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
File.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
FilterVar.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Finite.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
FloatType.php Apply contribution guidelines to "FloatType" rule 2018-03-27 00:17:34 +02:00
FloatVal.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Graph.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
HexRgbColor.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Identical.php Apply contribution guidelines to "Identical" rule 2018-01-15 09:35:22 +01:00
IdentityCard.php Refactor "AbstractWrapper" class 2018-01-28 13:20:27 +01:00
Image.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Imei.php Declare visibility for constants 2018-05-27 16:12:05 +02:00
In.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Infinite.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Instance.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
IntType.php Apply contribution guidelines to "IntType" rule 2018-03-27 00:25:26 +02:00
IntVal.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Ip.php Do not overwrite method configure() 2018-05-27 16:12:05 +02:00
IterableType.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Json.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Key.php Apply contribution guidelines to "Attribute" rule 2018-05-31 13:50:36 +02:00
KeyNested.php Apply contribution guidelines to "Attribute" rule 2018-05-31 13:50:36 +02:00
KeySet.php Refactor "KeySet" rule 2018-03-03 18:59:36 +01:00
KeyValue.php Refactor ValidationException 2018-05-27 16:12:05 +02:00
LanguageCode.php Declare visibility for constants 2018-05-27 16:12:05 +02:00
LeapDate.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
LeapYear.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Length.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Lowercase.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Luhn.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
MacAddress.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Max.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
MaximumAge.php Refactor rules related to age 2018-02-24 09:28:54 +01:00
Mimetype.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Min.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
MinimumAge.php Refactor rules related to age 2018-02-24 09:28:54 +01:00
Multiple.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Negative.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
NfeAccessKey.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Nif.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
No.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
NoneOf.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Not.php Refactor ValidationException 2018-05-27 16:12:05 +02:00
NotBlank.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
NotEmpty.php Apply contribution guidelines to "NotEmpty" rule 2018-05-02 16:04:05 +02:00
NotOptional.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
NoWhitespace.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Nullable.php Create "Nullable" rule 2018-02-23 09:20:51 +01:00
NullType.php Apply contribution guidelines to "NullType" rule 2018-03-27 00:32:05 +02:00
Number.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
NumericVal.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
ObjectType.php Apply contribution guidelines to "ObjectType" rule 2018-05-19 19:12:59 +02:00
Odd.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
OneOf.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Optional.php Fix coding standards 2018-02-04 01:00:30 +01:00
PerfectSquare.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Pesel.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Phone.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
PhpLabel.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Pis.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Positive.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
PostalCode.php Declare visibility for constants 2018-05-27 16:12:05 +02:00
PrimeNumber.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Prnt.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Punct.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Readable.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Regex.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
ResourceType.php Apply contribution guidelines to "ResourceType" rule 2018-03-27 00:44:48 +02:00
Roman.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
ScalarVal.php Apply contribution guidelines to "ScalarVal" rule 2018-03-09 15:07:58 +01:00
Sf.php Declare visibility for constants 2018-05-27 16:12:05 +02:00
Size.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Slug.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Sorted.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Space.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
StartsWith.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
StringType.php Apply contribution guidelines to "StringType" rule 2018-03-09 15:56:10 +01:00
StringVal.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
SubdivisionCode.php Refactor "AbstractWrapper" class 2018-01-28 13:20:27 +01:00
SymbolicLink.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Time.php Do not overwrite method configure() 2018-05-27 16:12:05 +02:00
Tld.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
TrueVal.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Type.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Unique.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Uploaded.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Uppercase.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Url.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Uuid.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Vatin.php Refactor "AbstractWrapper" class 2018-01-28 13:20:27 +01:00
Version.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
VideoUrl.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Vowel.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
When.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Writable.php Method validate() should always return a boolean 2018-01-28 17:38:36 +01:00
Xdigit.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Yes.php Changes on PHP-CS-Fixer configuration 2018-01-04 17:59:37 +01:00
Zend.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00