diff --git a/library/ExceptionIterator.php b/library/ExceptionIterator.php index 23ce6028..3070330a 100644 --- a/library/ExceptionIterator.php +++ b/library/ExceptionIterator.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation; use RecursiveArrayIterator; diff --git a/library/Exceptions/AbstractGroupedException.php b/library/Exceptions/AbstractGroupedException.php index 77cb3103..21cd2891 100644 --- a/library/Exceptions/AbstractGroupedException.php +++ b/library/Exceptions/AbstractGroupedException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AbstractGroupedException extends AbstractNestedException diff --git a/library/Exceptions/AbstractNestedException.php b/library/Exceptions/AbstractNestedException.php index 6d24b86d..56057da3 100644 --- a/library/Exceptions/AbstractNestedException.php +++ b/library/Exceptions/AbstractNestedException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; use RecursiveIteratorIterator; diff --git a/library/Exceptions/AgeException.php b/library/Exceptions/AgeException.php index 76286b3f..4451e8ef 100644 --- a/library/Exceptions/AgeException.php +++ b/library/Exceptions/AgeException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AgeException extends AbstractNestedException diff --git a/library/Exceptions/AllOfException.php b/library/Exceptions/AllOfException.php index 91f5671f..fa266413 100644 --- a/library/Exceptions/AllOfException.php +++ b/library/Exceptions/AllOfException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AllOfException extends AbstractGroupedException diff --git a/library/Exceptions/AlnumException.php b/library/Exceptions/AlnumException.php index f93f1ed6..a2a6710f 100644 --- a/library/Exceptions/AlnumException.php +++ b/library/Exceptions/AlnumException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AlnumException extends AlphaException diff --git a/library/Exceptions/AlphaException.php b/library/Exceptions/AlphaException.php index 8f4060c9..fe07115e 100644 --- a/library/Exceptions/AlphaException.php +++ b/library/Exceptions/AlphaException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AlphaException extends ValidationException diff --git a/library/Exceptions/AlwaysInvalidException.php b/library/Exceptions/AlwaysInvalidException.php index 69bd4096..a194c8e0 100644 --- a/library/Exceptions/AlwaysInvalidException.php +++ b/library/Exceptions/AlwaysInvalidException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AlwaysInvalidException extends ValidationException diff --git a/library/Exceptions/AlwaysValidException.php b/library/Exceptions/AlwaysValidException.php index f241d5f7..a061fd83 100644 --- a/library/Exceptions/AlwaysValidException.php +++ b/library/Exceptions/AlwaysValidException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AlwaysValidException extends ValidationException diff --git a/library/Exceptions/ArrException.php b/library/Exceptions/ArrException.php index eb30b3bc..4265b94e 100644 --- a/library/Exceptions/ArrException.php +++ b/library/Exceptions/ArrException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ArrException extends ValidationException diff --git a/library/Exceptions/AtLeastException.php b/library/Exceptions/AtLeastException.php index f8b747e5..5c78f2bb 100644 --- a/library/Exceptions/AtLeastException.php +++ b/library/Exceptions/AtLeastException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AtLeastException extends AbstractGroupedException diff --git a/library/Exceptions/AttributeException.php b/library/Exceptions/AttributeException.php index f2c77d2f..94e0190c 100644 --- a/library/Exceptions/AttributeException.php +++ b/library/Exceptions/AttributeException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AttributeException extends AbstractNestedException diff --git a/library/Exceptions/BankAccountException.php b/library/Exceptions/BankAccountException.php index 2df5767a..b05f43d9 100644 --- a/library/Exceptions/BankAccountException.php +++ b/library/Exceptions/BankAccountException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class BankAccountException extends ValidationException diff --git a/library/Exceptions/BankException.php b/library/Exceptions/BankException.php index f893db0c..3a1e4455 100644 --- a/library/Exceptions/BankException.php +++ b/library/Exceptions/BankException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class BankException extends ValidationException diff --git a/library/Exceptions/BaseException.php b/library/Exceptions/BaseException.php index 6d4664c3..cd913fb6 100644 --- a/library/Exceptions/BaseException.php +++ b/library/Exceptions/BaseException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class BaseException extends ValidationException diff --git a/library/Exceptions/BetweenException.php b/library/Exceptions/BetweenException.php index e71b99b7..736d1aaf 100644 --- a/library/Exceptions/BetweenException.php +++ b/library/Exceptions/BetweenException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class BetweenException extends AbstractNestedException diff --git a/library/Exceptions/BicException.php b/library/Exceptions/BicException.php index 88be745e..ca6a09e4 100644 --- a/library/Exceptions/BicException.php +++ b/library/Exceptions/BicException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class BicException extends ValidationException diff --git a/library/Exceptions/BoolException.php b/library/Exceptions/BoolException.php index 4f19d0df..18537477 100644 --- a/library/Exceptions/BoolException.php +++ b/library/Exceptions/BoolException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class BoolException extends ValidationException diff --git a/library/Exceptions/CallException.php b/library/Exceptions/CallException.php index f95c75ea..80fab908 100644 --- a/library/Exceptions/CallException.php +++ b/library/Exceptions/CallException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CallException extends AbstractGroupedException diff --git a/library/Exceptions/CallbackException.php b/library/Exceptions/CallbackException.php index 2de1a611..f3e78903 100644 --- a/library/Exceptions/CallbackException.php +++ b/library/Exceptions/CallbackException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CallbackException extends AbstractNestedException diff --git a/library/Exceptions/CharsetException.php b/library/Exceptions/CharsetException.php index a029128e..253b7a64 100644 --- a/library/Exceptions/CharsetException.php +++ b/library/Exceptions/CharsetException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CharsetException extends ValidationException diff --git a/library/Exceptions/CnhException.php b/library/Exceptions/CnhException.php index 91c32e0b..7a3d8128 100644 --- a/library/Exceptions/CnhException.php +++ b/library/Exceptions/CnhException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CnhException extends ValidationException diff --git a/library/Exceptions/CnpjException.php b/library/Exceptions/CnpjException.php index b803c372..3b008f1f 100644 --- a/library/Exceptions/CnpjException.php +++ b/library/Exceptions/CnpjException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CnpjException extends ValidationException diff --git a/library/Exceptions/CntrlException.php b/library/Exceptions/CntrlException.php index 57c9cba4..ca6c849b 100644 --- a/library/Exceptions/CntrlException.php +++ b/library/Exceptions/CntrlException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CntrlException extends AlphaException diff --git a/library/Exceptions/ComponentException.php b/library/Exceptions/ComponentException.php index c04ad074..b8f572aa 100644 --- a/library/Exceptions/ComponentException.php +++ b/library/Exceptions/ComponentException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; use Exception; diff --git a/library/Exceptions/ConsonantException.php b/library/Exceptions/ConsonantException.php index 4b47fe45..468e70b6 100644 --- a/library/Exceptions/ConsonantException.php +++ b/library/Exceptions/ConsonantException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ConsonantException extends AlphaException diff --git a/library/Exceptions/ContainsException.php b/library/Exceptions/ContainsException.php index 2193116e..f4e1d340 100644 --- a/library/Exceptions/ContainsException.php +++ b/library/Exceptions/ContainsException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ContainsException extends ValidationException diff --git a/library/Exceptions/CountryCodeException.php b/library/Exceptions/CountryCodeException.php index e182c188..e76c504f 100644 --- a/library/Exceptions/CountryCodeException.php +++ b/library/Exceptions/CountryCodeException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CountryCodeException extends ValidationException diff --git a/library/Exceptions/CpfException.php b/library/Exceptions/CpfException.php index d3cbc8d7..08acf2fd 100644 --- a/library/Exceptions/CpfException.php +++ b/library/Exceptions/CpfException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CpfException extends ValidationException diff --git a/library/Exceptions/CreditCardException.php b/library/Exceptions/CreditCardException.php index f19ebd20..84bdd41b 100644 --- a/library/Exceptions/CreditCardException.php +++ b/library/Exceptions/CreditCardException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class CreditCardException extends ValidationException diff --git a/library/Exceptions/DateException.php b/library/Exceptions/DateException.php index e0d2b022..42ed3540 100644 --- a/library/Exceptions/DateException.php +++ b/library/Exceptions/DateException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class DateException extends ValidationException diff --git a/library/Exceptions/DigitException.php b/library/Exceptions/DigitException.php index 5b055150..7f1e6ee6 100644 --- a/library/Exceptions/DigitException.php +++ b/library/Exceptions/DigitException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class DigitException extends AlphaException diff --git a/library/Exceptions/DirectoryException.php b/library/Exceptions/DirectoryException.php index 2c459ee8..b2eb36af 100644 --- a/library/Exceptions/DirectoryException.php +++ b/library/Exceptions/DirectoryException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class DirectoryException extends ValidationException diff --git a/library/Exceptions/DomainException.php b/library/Exceptions/DomainException.php index eb8a1277..af0c96d2 100644 --- a/library/Exceptions/DomainException.php +++ b/library/Exceptions/DomainException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class DomainException extends AbstractNestedException diff --git a/library/Exceptions/EachException.php b/library/Exceptions/EachException.php index 5be39361..4d60a59c 100644 --- a/library/Exceptions/EachException.php +++ b/library/Exceptions/EachException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class EachException extends AbstractNestedException diff --git a/library/Exceptions/EmailException.php b/library/Exceptions/EmailException.php index 4e6d3729..731aaebb 100644 --- a/library/Exceptions/EmailException.php +++ b/library/Exceptions/EmailException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class EmailException extends ValidationException diff --git a/library/Exceptions/EndsWithException.php b/library/Exceptions/EndsWithException.php index 0c633f8a..7b16d7f6 100644 --- a/library/Exceptions/EndsWithException.php +++ b/library/Exceptions/EndsWithException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class EndsWithException extends ValidationException diff --git a/library/Exceptions/EqualsException.php b/library/Exceptions/EqualsException.php index 97e262c2..f917d877 100644 --- a/library/Exceptions/EqualsException.php +++ b/library/Exceptions/EqualsException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class EqualsException extends ValidationException diff --git a/library/Exceptions/EvenException.php b/library/Exceptions/EvenException.php index 249f42db..c760ff77 100644 --- a/library/Exceptions/EvenException.php +++ b/library/Exceptions/EvenException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class EvenException extends ValidationException diff --git a/library/Exceptions/ExceptionInterface.php b/library/Exceptions/ExceptionInterface.php index cf6a0cec..3e0bdd54 100644 --- a/library/Exceptions/ExceptionInterface.php +++ b/library/Exceptions/ExceptionInterface.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; interface ExceptionInterface diff --git a/library/Exceptions/ExecutableException.php b/library/Exceptions/ExecutableException.php index 84a5158a..9e898bdb 100644 --- a/library/Exceptions/ExecutableException.php +++ b/library/Exceptions/ExecutableException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ExecutableException extends ValidationException diff --git a/library/Exceptions/ExistsException.php b/library/Exceptions/ExistsException.php index 360a66ce..26124d07 100644 --- a/library/Exceptions/ExistsException.php +++ b/library/Exceptions/ExistsException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ExistsException extends ValidationException diff --git a/library/Exceptions/FalseException.php b/library/Exceptions/FalseException.php index bd8c0e27..fc6f7bad 100644 --- a/library/Exceptions/FalseException.php +++ b/library/Exceptions/FalseException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class FalseException extends ValidationException diff --git a/library/Exceptions/FileException.php b/library/Exceptions/FileException.php index 13ab5b98..26a87d31 100644 --- a/library/Exceptions/FileException.php +++ b/library/Exceptions/FileException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class FileException extends ValidationException diff --git a/library/Exceptions/FilterVarException.php b/library/Exceptions/FilterVarException.php index 0d2f57c7..0a7c2dd3 100644 --- a/library/Exceptions/FilterVarException.php +++ b/library/Exceptions/FilterVarException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class FilterVarException extends ValidationException diff --git a/library/Exceptions/FloatException.php b/library/Exceptions/FloatException.php index f8a7a279..5441d63e 100644 --- a/library/Exceptions/FloatException.php +++ b/library/Exceptions/FloatException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class FloatException extends ValidationException diff --git a/library/Exceptions/GraphException.php b/library/Exceptions/GraphException.php index 69089722..eb4d863e 100644 --- a/library/Exceptions/GraphException.php +++ b/library/Exceptions/GraphException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class GraphException extends AlphaException diff --git a/library/Exceptions/HexRgbColorException.php b/library/Exceptions/HexRgbColorException.php index 5c0ba17a..c9513487 100644 --- a/library/Exceptions/HexRgbColorException.php +++ b/library/Exceptions/HexRgbColorException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class HexRgbColorException extends ValidationException diff --git a/library/Exceptions/HexaException.php b/library/Exceptions/HexaException.php index 40a5b6b8..7c2e48e8 100644 --- a/library/Exceptions/HexaException.php +++ b/library/Exceptions/HexaException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class HexaException extends ValidationException diff --git a/library/Exceptions/InException.php b/library/Exceptions/InException.php index d5d9d936..d789f4cb 100644 --- a/library/Exceptions/InException.php +++ b/library/Exceptions/InException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class InException extends ValidationException diff --git a/library/Exceptions/InstanceException.php b/library/Exceptions/InstanceException.php index 0b4bb4c0..a899f49f 100644 --- a/library/Exceptions/InstanceException.php +++ b/library/Exceptions/InstanceException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class InstanceException extends ValidationException diff --git a/library/Exceptions/IntException.php b/library/Exceptions/IntException.php index 27b3ab5b..6500d405 100644 --- a/library/Exceptions/IntException.php +++ b/library/Exceptions/IntException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class IntException extends ValidationException diff --git a/library/Exceptions/IpException.php b/library/Exceptions/IpException.php index d3d89922..c0c7f2db 100644 --- a/library/Exceptions/IpException.php +++ b/library/Exceptions/IpException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class IpException extends ValidationException diff --git a/library/Exceptions/JsonException.php b/library/Exceptions/JsonException.php index 07ae3e1e..af383235 100644 --- a/library/Exceptions/JsonException.php +++ b/library/Exceptions/JsonException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class JsonException extends ValidationException diff --git a/library/Exceptions/KeyException.php b/library/Exceptions/KeyException.php index 302b9702..2b9bd9ae 100644 --- a/library/Exceptions/KeyException.php +++ b/library/Exceptions/KeyException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class KeyException extends AttributeException diff --git a/library/Exceptions/LeapDateException.php b/library/Exceptions/LeapDateException.php index b3ebe5d4..bc4bdea4 100644 --- a/library/Exceptions/LeapDateException.php +++ b/library/Exceptions/LeapDateException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class LeapDateException extends ValidationException diff --git a/library/Exceptions/LeapYearException.php b/library/Exceptions/LeapYearException.php index ff5e00dd..e64e5ca3 100644 --- a/library/Exceptions/LeapYearException.php +++ b/library/Exceptions/LeapYearException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class LeapYearException extends ValidationException diff --git a/library/Exceptions/LengthException.php b/library/Exceptions/LengthException.php index 7e8735e1..932bc243 100644 --- a/library/Exceptions/LengthException.php +++ b/library/Exceptions/LengthException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class LengthException extends ValidationException diff --git a/library/Exceptions/Locale/GermanBankAccountException.php b/library/Exceptions/Locale/GermanBankAccountException.php index e863832d..5b753db2 100644 --- a/library/Exceptions/Locale/GermanBankAccountException.php +++ b/library/Exceptions/Locale/GermanBankAccountException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions\Locale; use Respect\Validation\Exceptions\BankAccountException; diff --git a/library/Exceptions/Locale/GermanBankException.php b/library/Exceptions/Locale/GermanBankException.php index 6d19b09c..6b576334 100644 --- a/library/Exceptions/Locale/GermanBankException.php +++ b/library/Exceptions/Locale/GermanBankException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions\Locale; use Respect\Validation\Exceptions\BankException; diff --git a/library/Exceptions/Locale/GermanBicException.php b/library/Exceptions/Locale/GermanBicException.php index d9ec730d..46c404d1 100644 --- a/library/Exceptions/Locale/GermanBicException.php +++ b/library/Exceptions/Locale/GermanBicException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions\Locale; use Respect\Validation\Exceptions\BicException; diff --git a/library/Exceptions/LowercaseException.php b/library/Exceptions/LowercaseException.php index 5e89f722..bde97015 100644 --- a/library/Exceptions/LowercaseException.php +++ b/library/Exceptions/LowercaseException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class LowercaseException extends ValidationException diff --git a/library/Exceptions/MacAddressException.php b/library/Exceptions/MacAddressException.php index b0782b30..e6a05b05 100644 --- a/library/Exceptions/MacAddressException.php +++ b/library/Exceptions/MacAddressException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class MacAddressException extends ValidationException diff --git a/library/Exceptions/MaxException.php b/library/Exceptions/MaxException.php index 1234fe15..d5053df9 100644 --- a/library/Exceptions/MaxException.php +++ b/library/Exceptions/MaxException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class MaxException extends ValidationException diff --git a/library/Exceptions/MinException.php b/library/Exceptions/MinException.php index 947820a7..483c83b7 100644 --- a/library/Exceptions/MinException.php +++ b/library/Exceptions/MinException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class MinException extends ValidationException diff --git a/library/Exceptions/MinimumAgeException.php b/library/Exceptions/MinimumAgeException.php index eecca69a..c384dee7 100644 --- a/library/Exceptions/MinimumAgeException.php +++ b/library/Exceptions/MinimumAgeException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class MinimumAgeException extends ValidationException diff --git a/library/Exceptions/MostOfException.php b/library/Exceptions/MostOfException.php index 654189f8..0379da15 100644 --- a/library/Exceptions/MostOfException.php +++ b/library/Exceptions/MostOfException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class MostOfException extends AtLeastException diff --git a/library/Exceptions/MultipleException.php b/library/Exceptions/MultipleException.php index 5e6f2d9e..26f83608 100644 --- a/library/Exceptions/MultipleException.php +++ b/library/Exceptions/MultipleException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class MultipleException extends ValidationException diff --git a/library/Exceptions/NegativeException.php b/library/Exceptions/NegativeException.php index 3efd4691..6191e440 100644 --- a/library/Exceptions/NegativeException.php +++ b/library/Exceptions/NegativeException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NegativeException extends ValidationException diff --git a/library/Exceptions/NestedValidationExceptionInterface.php b/library/Exceptions/NestedValidationExceptionInterface.php index 4a8c3075..85f43016 100644 --- a/library/Exceptions/NestedValidationExceptionInterface.php +++ b/library/Exceptions/NestedValidationExceptionInterface.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; interface NestedValidationExceptionInterface extends ValidationExceptionInterface diff --git a/library/Exceptions/NfeAccessKeyException.php b/library/Exceptions/NfeAccessKeyException.php index cbacb020..4d8fd5df 100644 --- a/library/Exceptions/NfeAccessKeyException.php +++ b/library/Exceptions/NfeAccessKeyException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NfeAccessKeyException extends ValidationException diff --git a/library/Exceptions/NoException.php b/library/Exceptions/NoException.php index 4b36f9c5..23e12e40 100644 --- a/library/Exceptions/NoException.php +++ b/library/Exceptions/NoException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NoException extends ValidationException diff --git a/library/Exceptions/NoWhitespaceException.php b/library/Exceptions/NoWhitespaceException.php index d12ab756..e42698c6 100644 --- a/library/Exceptions/NoWhitespaceException.php +++ b/library/Exceptions/NoWhitespaceException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NoWhitespaceException extends ValidationException diff --git a/library/Exceptions/NoneOfException.php b/library/Exceptions/NoneOfException.php index 4980576f..aa475047 100644 --- a/library/Exceptions/NoneOfException.php +++ b/library/Exceptions/NoneOfException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NoneOfException extends AbstractNestedException diff --git a/library/Exceptions/NotEmptyException.php b/library/Exceptions/NotEmptyException.php index 9e8684e7..c20366c3 100644 --- a/library/Exceptions/NotEmptyException.php +++ b/library/Exceptions/NotEmptyException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NotEmptyException extends ValidationException diff --git a/library/Exceptions/NotException.php b/library/Exceptions/NotException.php index 6e7e10f0..fb69fb42 100644 --- a/library/Exceptions/NotException.php +++ b/library/Exceptions/NotException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NotException extends AbstractGroupedException diff --git a/library/Exceptions/NullValueException.php b/library/Exceptions/NullValueException.php index 6cd9fa07..cee70bcb 100644 --- a/library/Exceptions/NullValueException.php +++ b/library/Exceptions/NullValueException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NullValueException extends ValidationException diff --git a/library/Exceptions/NumericException.php b/library/Exceptions/NumericException.php index c84bf1f1..0e78c052 100644 --- a/library/Exceptions/NumericException.php +++ b/library/Exceptions/NumericException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class NumericException extends ValidationException diff --git a/library/Exceptions/ObjectException.php b/library/Exceptions/ObjectException.php index a76d5078..c5a8d9d8 100644 --- a/library/Exceptions/ObjectException.php +++ b/library/Exceptions/ObjectException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ObjectException extends ValidationException diff --git a/library/Exceptions/OddException.php b/library/Exceptions/OddException.php index 1cc8d174..bc6ec302 100644 --- a/library/Exceptions/OddException.php +++ b/library/Exceptions/OddException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class OddException extends ValidationException diff --git a/library/Exceptions/OneOfException.php b/library/Exceptions/OneOfException.php index 92a9443b..ab66af59 100644 --- a/library/Exceptions/OneOfException.php +++ b/library/Exceptions/OneOfException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class OneOfException extends AbstractNestedException diff --git a/library/Exceptions/PerfectSquareException.php b/library/Exceptions/PerfectSquareException.php index 0e857821..35f3bc0b 100644 --- a/library/Exceptions/PerfectSquareException.php +++ b/library/Exceptions/PerfectSquareException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class PerfectSquareException extends ValidationException diff --git a/library/Exceptions/PhoneException.php b/library/Exceptions/PhoneException.php index 14decaf8..0dcf23cb 100644 --- a/library/Exceptions/PhoneException.php +++ b/library/Exceptions/PhoneException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class PhoneException extends ValidationException diff --git a/library/Exceptions/PositiveException.php b/library/Exceptions/PositiveException.php index 2ab7f194..5c584325 100644 --- a/library/Exceptions/PositiveException.php +++ b/library/Exceptions/PositiveException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class PositiveException extends ValidationException diff --git a/library/Exceptions/PostalCodeException.php b/library/Exceptions/PostalCodeException.php index d7bf1ff6..98196269 100644 --- a/library/Exceptions/PostalCodeException.php +++ b/library/Exceptions/PostalCodeException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class PostalCodeException extends ValidationException diff --git a/library/Exceptions/PrimeNumberException.php b/library/Exceptions/PrimeNumberException.php index f8df021b..185abbaa 100644 --- a/library/Exceptions/PrimeNumberException.php +++ b/library/Exceptions/PrimeNumberException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class PrimeNumberException extends ValidationException diff --git a/library/Exceptions/PrntException.php b/library/Exceptions/PrntException.php index 032a0e13..c0f1ed48 100644 --- a/library/Exceptions/PrntException.php +++ b/library/Exceptions/PrntException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class PrntException extends AlphaException diff --git a/library/Exceptions/PunctException.php b/library/Exceptions/PunctException.php index 25dd0cd6..abc35484 100644 --- a/library/Exceptions/PunctException.php +++ b/library/Exceptions/PunctException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class PunctException extends AlphaException diff --git a/library/Exceptions/ReadableException.php b/library/Exceptions/ReadableException.php index 915e9c53..e346205f 100644 --- a/library/Exceptions/ReadableException.php +++ b/library/Exceptions/ReadableException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ReadableException extends ValidationException diff --git a/library/Exceptions/RegexException.php b/library/Exceptions/RegexException.php index 0487a530..a2a19e97 100644 --- a/library/Exceptions/RegexException.php +++ b/library/Exceptions/RegexException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class RegexException extends ValidationException diff --git a/library/Exceptions/RomanException.php b/library/Exceptions/RomanException.php index de34532d..97fd8199 100644 --- a/library/Exceptions/RomanException.php +++ b/library/Exceptions/RomanException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class RomanException extends ValidationException diff --git a/library/Exceptions/SfException.php b/library/Exceptions/SfException.php index 92a4e7e7..fef44fc4 100644 --- a/library/Exceptions/SfException.php +++ b/library/Exceptions/SfException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class SfException extends ValidationException diff --git a/library/Exceptions/SlugException.php b/library/Exceptions/SlugException.php index dc72a463..73da8a30 100644 --- a/library/Exceptions/SlugException.php +++ b/library/Exceptions/SlugException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class SlugException extends ValidationException diff --git a/library/Exceptions/SpaceException.php b/library/Exceptions/SpaceException.php index 92f65c9d..6b4d619a 100644 --- a/library/Exceptions/SpaceException.php +++ b/library/Exceptions/SpaceException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class SpaceException extends AlphaException diff --git a/library/Exceptions/StartsWithException.php b/library/Exceptions/StartsWithException.php index ab2b9892..f40335df 100644 --- a/library/Exceptions/StartsWithException.php +++ b/library/Exceptions/StartsWithException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class StartsWithException extends ValidationException diff --git a/library/Exceptions/StringException.php b/library/Exceptions/StringException.php index c61ff4f9..30b49a4c 100644 --- a/library/Exceptions/StringException.php +++ b/library/Exceptions/StringException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class StringException extends ValidationException diff --git a/library/Exceptions/SymbolicLinkException.php b/library/Exceptions/SymbolicLinkException.php index 01d4fe19..8e3903aa 100644 --- a/library/Exceptions/SymbolicLinkException.php +++ b/library/Exceptions/SymbolicLinkException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class SymbolicLinkException extends ValidationException diff --git a/library/Exceptions/TldException.php b/library/Exceptions/TldException.php index bca8cace..8dec5a4b 100644 --- a/library/Exceptions/TldException.php +++ b/library/Exceptions/TldException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class TldException extends ValidationException diff --git a/library/Exceptions/TrueException.php b/library/Exceptions/TrueException.php index f15735e7..3b06cfc4 100644 --- a/library/Exceptions/TrueException.php +++ b/library/Exceptions/TrueException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class TrueException extends ValidationException diff --git a/library/Exceptions/TypeException.php b/library/Exceptions/TypeException.php index 3ee313e4..5e775270 100644 --- a/library/Exceptions/TypeException.php +++ b/library/Exceptions/TypeException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class TypeException extends ValidationException diff --git a/library/Exceptions/UploadedException.php b/library/Exceptions/UploadedException.php index 1864d46b..17ec48fd 100644 --- a/library/Exceptions/UploadedException.php +++ b/library/Exceptions/UploadedException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class UploadedException extends ValidationException diff --git a/library/Exceptions/UppercaseException.php b/library/Exceptions/UppercaseException.php index edf6ae3d..892834f1 100644 --- a/library/Exceptions/UppercaseException.php +++ b/library/Exceptions/UppercaseException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class UppercaseException extends ValidationException diff --git a/library/Exceptions/UrlException.php b/library/Exceptions/UrlException.php index 2c3310ff..1d0da6a1 100644 --- a/library/Exceptions/UrlException.php +++ b/library/Exceptions/UrlException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class UrlException extends ValidationException diff --git a/library/Exceptions/ValidationException.php b/library/Exceptions/ValidationException.php index c3d3f20a..4209fa25 100644 --- a/library/Exceptions/ValidationException.php +++ b/library/Exceptions/ValidationException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; use DateTime; diff --git a/library/Exceptions/ValidationExceptionInterface.php b/library/Exceptions/ValidationExceptionInterface.php index 63db8f2d..cad01075 100644 --- a/library/Exceptions/ValidationExceptionInterface.php +++ b/library/Exceptions/ValidationExceptionInterface.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; interface ValidationExceptionInterface extends ExceptionInterface diff --git a/library/Exceptions/VersionException.php b/library/Exceptions/VersionException.php index e24047e2..4627489b 100644 --- a/library/Exceptions/VersionException.php +++ b/library/Exceptions/VersionException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class VersionException extends ValidationException diff --git a/library/Exceptions/VowelException.php b/library/Exceptions/VowelException.php index 1a7f9c9a..adb2edb7 100644 --- a/library/Exceptions/VowelException.php +++ b/library/Exceptions/VowelException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class VowelException extends AlphaException diff --git a/library/Exceptions/WhenException.php b/library/Exceptions/WhenException.php index 7180b3c3..47280fe3 100644 --- a/library/Exceptions/WhenException.php +++ b/library/Exceptions/WhenException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class WhenException extends ValidationException diff --git a/library/Exceptions/WritableException.php b/library/Exceptions/WritableException.php index 23f58eae..80162645 100644 --- a/library/Exceptions/WritableException.php +++ b/library/Exceptions/WritableException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class WritableException extends ValidationException diff --git a/library/Exceptions/XdigitException.php b/library/Exceptions/XdigitException.php index 0ca23bc2..91fc0d13 100644 --- a/library/Exceptions/XdigitException.php +++ b/library/Exceptions/XdigitException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class XdigitException extends AlphaException diff --git a/library/Exceptions/YesException.php b/library/Exceptions/YesException.php index 6812a7a6..d7535879 100644 --- a/library/Exceptions/YesException.php +++ b/library/Exceptions/YesException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class YesException extends ValidationException diff --git a/library/Exceptions/ZendException.php b/library/Exceptions/ZendException.php index 38c5122c..ca5eec03 100644 --- a/library/Exceptions/ZendException.php +++ b/library/Exceptions/ZendException.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ZendException extends AbstractNestedException diff --git a/library/Factory.php b/library/Factory.php index 5e6c5123..cfa1f976 100644 --- a/library/Factory.php +++ b/library/Factory.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation; use ReflectionClass; diff --git a/library/Rules/AbstractComposite.php b/library/Rules/AbstractComposite.php index 77c08b3d..0d8f80de 100644 --- a/library/Rules/AbstractComposite.php +++ b/library/Rules/AbstractComposite.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ValidationException; diff --git a/library/Rules/AbstractCountryInfo.php b/library/Rules/AbstractCountryInfo.php index 83ddfae6..9f101180 100644 --- a/library/Rules/AbstractCountryInfo.php +++ b/library/Rules/AbstractCountryInfo.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; abstract class AbstractCountryInfo extends AbstractRule diff --git a/library/Rules/AbstractCtypeRule.php b/library/Rules/AbstractCtypeRule.php index 2bddd6b5..9ef3fd5a 100644 --- a/library/Rules/AbstractCtypeRule.php +++ b/library/Rules/AbstractCtypeRule.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; abstract class AbstractCtypeRule extends AbstractFilterRule diff --git a/library/Rules/AbstractFilterRule.php b/library/Rules/AbstractFilterRule.php index b1188ac8..23242e9f 100644 --- a/library/Rules/AbstractFilterRule.php +++ b/library/Rules/AbstractFilterRule.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/AbstractInterval.php b/library/Rules/AbstractInterval.php index 8b2479f0..5ad6ba4e 100644 --- a/library/Rules/AbstractInterval.php +++ b/library/Rules/AbstractInterval.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Exception; diff --git a/library/Rules/AbstractRegexRule.php b/library/Rules/AbstractRegexRule.php index b49933e7..31e4e4c8 100644 --- a/library/Rules/AbstractRegexRule.php +++ b/library/Rules/AbstractRegexRule.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; abstract class AbstractRegexRule extends AbstractFilterRule diff --git a/library/Rules/AbstractRelated.php b/library/Rules/AbstractRelated.php index 95d56a25..3d0740af 100644 --- a/library/Rules/AbstractRelated.php +++ b/library/Rules/AbstractRelated.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validatable; diff --git a/library/Rules/AbstractRule.php b/library/Rules/AbstractRule.php index 496fce98..ca21b2ba 100644 --- a/library/Rules/AbstractRule.php +++ b/library/Rules/AbstractRule.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validatable; diff --git a/library/Rules/AbstractSearcher.php b/library/Rules/AbstractSearcher.php index d85a375c..96e81897 100644 --- a/library/Rules/AbstractSearcher.php +++ b/library/Rules/AbstractSearcher.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; abstract class AbstractSearcher extends AbstractRule diff --git a/library/Rules/AbstractWrapper.php b/library/Rules/AbstractWrapper.php index fea2530e..f521f168 100644 --- a/library/Rules/AbstractWrapper.php +++ b/library/Rules/AbstractWrapper.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validatable; diff --git a/library/Rules/Age.php b/library/Rules/Age.php index b91e8441..7cf23fc1 100755 --- a/library/Rules/Age.php +++ b/library/Rules/Age.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/library/Rules/AllOf.php b/library/Rules/AllOf.php index 832b8e51..7a968419 100644 --- a/library/Rules/AllOf.php +++ b/library/Rules/AllOf.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AllOf extends AbstractComposite diff --git a/library/Rules/Alnum.php b/library/Rules/Alnum.php index 23f117c1..22a8e589 100644 --- a/library/Rules/Alnum.php +++ b/library/Rules/Alnum.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Alnum extends AbstractCtypeRule diff --git a/library/Rules/Alpha.php b/library/Rules/Alpha.php index ef1c9257..105ae721 100644 --- a/library/Rules/Alpha.php +++ b/library/Rules/Alpha.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Alpha extends AbstractCtypeRule diff --git a/library/Rules/AlwaysInvalid.php b/library/Rules/AlwaysInvalid.php index 7220f693..28592d9d 100644 --- a/library/Rules/AlwaysInvalid.php +++ b/library/Rules/AlwaysInvalid.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AlwaysInvalid extends AbstractRule diff --git a/library/Rules/AlwaysValid.php b/library/Rules/AlwaysValid.php index c94d419b..bf33806b 100644 --- a/library/Rules/AlwaysValid.php +++ b/library/Rules/AlwaysValid.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AlwaysValid extends AbstractRule diff --git a/library/Rules/Arr.php b/library/Rules/Arr.php index 6fee5187..9c304c0c 100644 --- a/library/Rules/Arr.php +++ b/library/Rules/Arr.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use ArrayAccess; diff --git a/library/Rules/Attribute.php b/library/Rules/Attribute.php index 5cf6028a..b066461b 100644 --- a/library/Rules/Attribute.php +++ b/library/Rules/Attribute.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use ReflectionProperty; diff --git a/library/Rules/Bank.php b/library/Rules/Bank.php index d6da1a82..dd5d8ab2 100644 --- a/library/Rules/Bank.php +++ b/library/Rules/Bank.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Rules\Locale\Factory; diff --git a/library/Rules/BankAccount.php b/library/Rules/BankAccount.php index d41842a3..1c0b8803 100644 --- a/library/Rules/BankAccount.php +++ b/library/Rules/BankAccount.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Rules\Locale\Factory; diff --git a/library/Rules/Base.php b/library/Rules/Base.php index 01ff14b8..de4d5a3e 100644 --- a/library/Rules/Base.php +++ b/library/Rules/Base.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\BaseException; diff --git a/library/Rules/Between.php b/library/Rules/Between.php index 048af86a..c4ed641d 100644 --- a/library/Rules/Between.php +++ b/library/Rules/Between.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/Bic.php b/library/Rules/Bic.php index 0914036d..2ee2b060 100644 --- a/library/Rules/Bic.php +++ b/library/Rules/Bic.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Rules\Locale\Factory; diff --git a/library/Rules/Bool.php b/library/Rules/Bool.php index 58704953..d39f57cc 100644 --- a/library/Rules/Bool.php +++ b/library/Rules/Bool.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Bool extends AbstractRule diff --git a/library/Rules/Call.php b/library/Rules/Call.php index 1fa9fee1..e9c9b15c 100644 --- a/library/Rules/Call.php +++ b/library/Rules/Call.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Call extends AbstractRelated diff --git a/library/Rules/Callback.php b/library/Rules/Callback.php index 803979de..af906d11 100644 --- a/library/Rules/Callback.php +++ b/library/Rules/Callback.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/Charset.php b/library/Rules/Charset.php index 8ee8e034..4568e37e 100644 --- a/library/Rules/Charset.php +++ b/library/Rules/Charset.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/Cnh.php b/library/Rules/Cnh.php index 88e20fed..7aa418dc 100644 --- a/library/Rules/Cnh.php +++ b/library/Rules/Cnh.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Cnh extends AbstractRule diff --git a/library/Rules/Cnpj.php b/library/Rules/Cnpj.php index f9f1c736..232b42d9 100644 --- a/library/Rules/Cnpj.php +++ b/library/Rules/Cnpj.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Cnpj extends AbstractRule diff --git a/library/Rules/Cntrl.php b/library/Rules/Cntrl.php index 91508ee5..fdb1c9bb 100644 --- a/library/Rules/Cntrl.php +++ b/library/Rules/Cntrl.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Cntrl extends AbstractCtypeRule diff --git a/library/Rules/Consonant.php b/library/Rules/Consonant.php index 0838f862..14da6fc9 100644 --- a/library/Rules/Consonant.php +++ b/library/Rules/Consonant.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Consonant extends AbstractRegexRule diff --git a/library/Rules/Consonants.php b/library/Rules/Consonants.php index 938d931a..5970fe48 100644 --- a/library/Rules/Consonants.php +++ b/library/Rules/Consonants.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Consonants extends Consonant diff --git a/library/Rules/Contains.php b/library/Rules/Contains.php index b6320a97..26499c5d 100644 --- a/library/Rules/Contains.php +++ b/library/Rules/Contains.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Contains extends AbstractRule diff --git a/library/Rules/CountryCode.php b/library/Rules/CountryCode.php index 00eeb7e8..5532a1f3 100644 --- a/library/Rules/CountryCode.php +++ b/library/Rules/CountryCode.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CountryCode extends AbstractRule diff --git a/library/Rules/Cpf.php b/library/Rules/Cpf.php index fb5a21f0..8c2f1c44 100644 --- a/library/Rules/Cpf.php +++ b/library/Rules/Cpf.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Cpf extends AbstractRule diff --git a/library/Rules/CreditCard.php b/library/Rules/CreditCard.php index a2352ecc..4ec55647 100644 --- a/library/Rules/CreditCard.php +++ b/library/Rules/CreditCard.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CreditCard extends AbstractRule diff --git a/library/Rules/Date.php b/library/Rules/Date.php index d031eb53..1ccc45cd 100644 --- a/library/Rules/Date.php +++ b/library/Rules/Date.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/library/Rules/Digit.php b/library/Rules/Digit.php index c64c1802..4d21f8e0 100644 --- a/library/Rules/Digit.php +++ b/library/Rules/Digit.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Digit extends AbstractCtypeRule diff --git a/library/Rules/Digits.php b/library/Rules/Digits.php index 83416735..da5ce50b 100644 --- a/library/Rules/Digits.php +++ b/library/Rules/Digits.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Digits extends Digit diff --git a/library/Rules/Directory.php b/library/Rules/Directory.php index dbf39a98..5859b017 100644 --- a/library/Rules/Directory.php +++ b/library/Rules/Directory.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Directory extends AbstractRule diff --git a/library/Rules/Domain.php b/library/Rules/Domain.php index 98b6cafb..6a7dec48 100644 --- a/library/Rules/Domain.php +++ b/library/Rules/Domain.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ValidationException; diff --git a/library/Rules/Each.php b/library/Rules/Each.php index 5d898add..41accd9c 100644 --- a/library/Rules/Each.php +++ b/library/Rules/Each.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Traversable; diff --git a/library/Rules/Email.php b/library/Rules/Email.php index e7248fff..1e14a877 100644 --- a/library/Rules/Email.php +++ b/library/Rules/Email.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Egulias\EmailValidator\EmailValidator; diff --git a/library/Rules/EndsWith.php b/library/Rules/EndsWith.php index b60fa8ba..bae67562 100644 --- a/library/Rules/EndsWith.php +++ b/library/Rules/EndsWith.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class EndsWith extends AbstractRule diff --git a/library/Rules/Equals.php b/library/Rules/Equals.php index 2edc01a5..a5b51500 100644 --- a/library/Rules/Equals.php +++ b/library/Rules/Equals.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Equals extends AbstractRule diff --git a/library/Rules/Even.php b/library/Rules/Even.php index 96527dd5..44ed5d4e 100644 --- a/library/Rules/Even.php +++ b/library/Rules/Even.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Even extends AbstractRule diff --git a/library/Rules/Executable.php b/library/Rules/Executable.php index 0e729395..55abef8f 100644 --- a/library/Rules/Executable.php +++ b/library/Rules/Executable.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Executable extends AbstractRule diff --git a/library/Rules/Exists.php b/library/Rules/Exists.php index cf628b13..08ff2efc 100644 --- a/library/Rules/Exists.php +++ b/library/Rules/Exists.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Exists extends AbstractRule diff --git a/library/Rules/False.php b/library/Rules/False.php index 0dbd0102..77ac5de3 100644 --- a/library/Rules/False.php +++ b/library/Rules/False.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class False extends AbstractRule diff --git a/library/Rules/File.php b/library/Rules/File.php index 868c303f..3236160d 100644 --- a/library/Rules/File.php +++ b/library/Rules/File.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class File extends AbstractRule diff --git a/library/Rules/FilterVar.php b/library/Rules/FilterVar.php index 2a47d2ba..c159cdce 100644 --- a/library/Rules/FilterVar.php +++ b/library/Rules/FilterVar.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/Float.php b/library/Rules/Float.php index 6c2ca174..3c5bb399 100644 --- a/library/Rules/Float.php +++ b/library/Rules/Float.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Float extends AbstractRule diff --git a/library/Rules/Graph.php b/library/Rules/Graph.php index 229feae9..19759808 100644 --- a/library/Rules/Graph.php +++ b/library/Rules/Graph.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Graph extends AbstractCtypeRule diff --git a/library/Rules/HexRgbColor.php b/library/Rules/HexRgbColor.php index b4134dde..a52dab30 100644 --- a/library/Rules/HexRgbColor.php +++ b/library/Rules/HexRgbColor.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class HexRgbColor extends Xdigit diff --git a/library/Rules/Hexa.php b/library/Rules/Hexa.php index 9c7021a3..018584db 100644 --- a/library/Rules/Hexa.php +++ b/library/Rules/Hexa.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Hexa extends AbstractRule diff --git a/library/Rules/In.php b/library/Rules/In.php index 62a34c21..5bb7c9ec 100644 --- a/library/Rules/In.php +++ b/library/Rules/In.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class In extends AbstractSearcher diff --git a/library/Rules/Instance.php b/library/Rules/Instance.php index 3ac41db5..a3dfc888 100644 --- a/library/Rules/Instance.php +++ b/library/Rules/Instance.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Instance extends AbstractRule diff --git a/library/Rules/Int.php b/library/Rules/Int.php index 27b83a34..204aba83 100644 --- a/library/Rules/Int.php +++ b/library/Rules/Int.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Int extends AbstractRule diff --git a/library/Rules/Ip.php b/library/Rules/Ip.php index e1cb69ac..8919652b 100644 --- a/library/Rules/Ip.php +++ b/library/Rules/Ip.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/Json.php b/library/Rules/Json.php index 36dea824..1d36f4d2 100644 --- a/library/Rules/Json.php +++ b/library/Rules/Json.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Json extends AbstractRule diff --git a/library/Rules/Key.php b/library/Rules/Key.php index dfcdf353..ed1ba636 100644 --- a/library/Rules/Key.php +++ b/library/Rules/Key.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/LeapDate.php b/library/Rules/LeapDate.php index 9423100f..a28f1d4d 100644 --- a/library/Rules/LeapDate.php +++ b/library/Rules/LeapDate.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/library/Rules/LeapYear.php b/library/Rules/LeapYear.php index 5f5c08e0..e86f5ef1 100644 --- a/library/Rules/LeapYear.php +++ b/library/Rules/LeapYear.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/library/Rules/Length.php b/library/Rules/Length.php index f5361e92..4d5934b3 100644 --- a/library/Rules/Length.php +++ b/library/Rules/Length.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Countable; diff --git a/library/Rules/Locale/Factory.php b/library/Rules/Locale/Factory.php index fe1ebcae..60f6dcd2 100644 --- a/library/Rules/Locale/Factory.php +++ b/library/Rules/Locale/Factory.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/Locale/GermanBank.php b/library/Rules/Locale/GermanBank.php index bf326687..6de22f55 100644 --- a/library/Rules/Locale/GermanBank.php +++ b/library/Rules/Locale/GermanBank.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use malkusch\bav\BAV; diff --git a/library/Rules/Locale/GermanBankAccount.php b/library/Rules/Locale/GermanBankAccount.php index be4966f5..912d9295 100644 --- a/library/Rules/Locale/GermanBankAccount.php +++ b/library/Rules/Locale/GermanBankAccount.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use malkusch\bav\BAV; diff --git a/library/Rules/Locale/GermanBic.php b/library/Rules/Locale/GermanBic.php index 057fd58d..5849efe6 100644 --- a/library/Rules/Locale/GermanBic.php +++ b/library/Rules/Locale/GermanBic.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use malkusch\bav\BAV; diff --git a/library/Rules/Lowercase.php b/library/Rules/Lowercase.php index 98c9826f..3c676d43 100644 --- a/library/Rules/Lowercase.php +++ b/library/Rules/Lowercase.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Lowercase extends AbstractRule diff --git a/library/Rules/MacAddress.php b/library/Rules/MacAddress.php index 857a576f..012fdc5a 100644 --- a/library/Rules/MacAddress.php +++ b/library/Rules/MacAddress.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class MacAddress extends AbstractRule diff --git a/library/Rules/Max.php b/library/Rules/Max.php index af65b660..2bad5800 100644 --- a/library/Rules/Max.php +++ b/library/Rules/Max.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Max extends AbstractInterval diff --git a/library/Rules/Min.php b/library/Rules/Min.php index 7561cf72..994e813b 100644 --- a/library/Rules/Min.php +++ b/library/Rules/Min.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Min extends AbstractInterval diff --git a/library/Rules/MinimumAge.php b/library/Rules/MinimumAge.php index f7603b04..ff613b6e 100644 --- a/library/Rules/MinimumAge.php +++ b/library/Rules/MinimumAge.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/library/Rules/Multiple.php b/library/Rules/Multiple.php index 0ebc5bfd..ac7e644b 100644 --- a/library/Rules/Multiple.php +++ b/library/Rules/Multiple.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Multiple extends AbstractRule diff --git a/library/Rules/Negative.php b/library/Rules/Negative.php index f42499a5..433f5741 100644 --- a/library/Rules/Negative.php +++ b/library/Rules/Negative.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Negative extends AbstractRule diff --git a/library/Rules/NfeAccessKey.php b/library/Rules/NfeAccessKey.php index aa0cc4ad..fe2a09e4 100644 --- a/library/Rules/NfeAccessKey.php +++ b/library/Rules/NfeAccessKey.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; /** diff --git a/library/Rules/No.php b/library/Rules/No.php index 64c26b61..88c99a07 100644 --- a/library/Rules/No.php +++ b/library/Rules/No.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class No extends Regex diff --git a/library/Rules/NoWhitespace.php b/library/Rules/NoWhitespace.php index 5e4f987a..bdf9e44e 100644 --- a/library/Rules/NoWhitespace.php +++ b/library/Rules/NoWhitespace.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NoWhitespace extends AbstractRule diff --git a/library/Rules/NoneOf.php b/library/Rules/NoneOf.php index 4ac71802..06faac96 100644 --- a/library/Rules/NoneOf.php +++ b/library/Rules/NoneOf.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NoneOf extends AbstractComposite diff --git a/library/Rules/Not.php b/library/Rules/Not.php index c8ad76f8..7f99378e 100644 --- a/library/Rules/Not.php +++ b/library/Rules/Not.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validatable; diff --git a/library/Rules/NotEmpty.php b/library/Rules/NotEmpty.php index 257d7f70..fe7a93a9 100644 --- a/library/Rules/NotEmpty.php +++ b/library/Rules/NotEmpty.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NotEmpty extends AbstractRule diff --git a/library/Rules/NullValue.php b/library/Rules/NullValue.php index b05dd632..37d4216c 100644 --- a/library/Rules/NullValue.php +++ b/library/Rules/NullValue.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NullValue extends NotEmpty diff --git a/library/Rules/Numeric.php b/library/Rules/Numeric.php index 58ca7ddd..990d0449 100644 --- a/library/Rules/Numeric.php +++ b/library/Rules/Numeric.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Numeric extends AbstractRule diff --git a/library/Rules/Object.php b/library/Rules/Object.php index 015b598f..fd4744fd 100644 --- a/library/Rules/Object.php +++ b/library/Rules/Object.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Object extends AbstractRule diff --git a/library/Rules/Odd.php b/library/Rules/Odd.php index 46dffa5b..aff5f7ca 100644 --- a/library/Rules/Odd.php +++ b/library/Rules/Odd.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Odd extends AbstractRule diff --git a/library/Rules/OneOf.php b/library/Rules/OneOf.php index a424cb03..ad7de267 100644 --- a/library/Rules/OneOf.php +++ b/library/Rules/OneOf.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ValidationException; diff --git a/library/Rules/PerfectSquare.php b/library/Rules/PerfectSquare.php index 8a3443dc..cbf23c86 100644 --- a/library/Rules/PerfectSquare.php +++ b/library/Rules/PerfectSquare.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PerfectSquare extends AbstractRule diff --git a/library/Rules/Phone.php b/library/Rules/Phone.php index 5b5aff03..cea7a91f 100644 --- a/library/Rules/Phone.php +++ b/library/Rules/Phone.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Phone extends AbstractRule diff --git a/library/Rules/Positive.php b/library/Rules/Positive.php index 6fd27299..c192af9e 100644 --- a/library/Rules/Positive.php +++ b/library/Rules/Positive.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Positive extends AbstractRule diff --git a/library/Rules/PostalCode.php b/library/Rules/PostalCode.php index 076cda39..cafdccd1 100644 --- a/library/Rules/PostalCode.php +++ b/library/Rules/PostalCode.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/PrimeNumber.php b/library/Rules/PrimeNumber.php index b7f046e1..9cca79f2 100644 --- a/library/Rules/PrimeNumber.php +++ b/library/Rules/PrimeNumber.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PrimeNumber extends AbstractRule diff --git a/library/Rules/Prnt.php b/library/Rules/Prnt.php index ce5df428..333f791c 100644 --- a/library/Rules/Prnt.php +++ b/library/Rules/Prnt.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Prnt extends AbstractCtypeRule diff --git a/library/Rules/Punct.php b/library/Rules/Punct.php index 5739853d..4e0649c4 100644 --- a/library/Rules/Punct.php +++ b/library/Rules/Punct.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Punct extends AbstractCtypeRule diff --git a/library/Rules/Readable.php b/library/Rules/Readable.php index a9b5ca43..346e577e 100644 --- a/library/Rules/Readable.php +++ b/library/Rules/Readable.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Readable extends AbstractRule diff --git a/library/Rules/Regex.php b/library/Rules/Regex.php index 1716a06d..dbfd53c5 100644 --- a/library/Rules/Regex.php +++ b/library/Rules/Regex.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Regex extends AbstractRule diff --git a/library/Rules/Roman.php b/library/Rules/Roman.php index bce920d6..cd43415d 100644 --- a/library/Rules/Roman.php +++ b/library/Rules/Roman.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Roman extends Regex diff --git a/library/Rules/Sf.php b/library/Rules/Sf.php index 86dd98e4..e9ab5d15 100644 --- a/library/Rules/Sf.php +++ b/library/Rules/Sf.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use ReflectionClass; diff --git a/library/Rules/Slug.php b/library/Rules/Slug.php index b7a1a967..77fe39a4 100644 --- a/library/Rules/Slug.php +++ b/library/Rules/Slug.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Slug extends AbstractRule diff --git a/library/Rules/Space.php b/library/Rules/Space.php index a5288fce..47d34d29 100644 --- a/library/Rules/Space.php +++ b/library/Rules/Space.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Space extends AbstractCtypeRule diff --git a/library/Rules/StartsWith.php b/library/Rules/StartsWith.php index d6b41a59..96e7d7be 100644 --- a/library/Rules/StartsWith.php +++ b/library/Rules/StartsWith.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class StartsWith extends AbstractRule diff --git a/library/Rules/String.php b/library/Rules/String.php index f384b4d7..ab7fe11f 100644 --- a/library/Rules/String.php +++ b/library/Rules/String.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class String extends AbstractRule diff --git a/library/Rules/SymbolicLink.php b/library/Rules/SymbolicLink.php index 2152fee6..ff38e44a 100644 --- a/library/Rules/SymbolicLink.php +++ b/library/Rules/SymbolicLink.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class SymbolicLink extends AbstractRule diff --git a/library/Rules/Tld.php b/library/Rules/Tld.php index d48b0f1a..db2b60e9 100644 --- a/library/Rules/Tld.php +++ b/library/Rules/Tld.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Tld extends AbstractRule diff --git a/library/Rules/True.php b/library/Rules/True.php index 8d732b46..ed9e1737 100644 --- a/library/Rules/True.php +++ b/library/Rules/True.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class True extends AbstractRule diff --git a/library/Rules/Type.php b/library/Rules/Type.php index dd9751c6..5748e722 100644 --- a/library/Rules/Type.php +++ b/library/Rules/Type.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Exceptions\ComponentException; diff --git a/library/Rules/Uploaded.php b/library/Rules/Uploaded.php index 4bb926c0..b4de0c53 100644 --- a/library/Rules/Uploaded.php +++ b/library/Rules/Uploaded.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Uploaded extends AbstractRule diff --git a/library/Rules/Uppercase.php b/library/Rules/Uppercase.php index 720a770f..cfd9df3f 100644 --- a/library/Rules/Uppercase.php +++ b/library/Rules/Uppercase.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Uppercase extends AbstractRule diff --git a/library/Rules/Url.php b/library/Rules/Url.php index a3499814..e2ff6cf7 100644 --- a/library/Rules/Url.php +++ b/library/Rules/Url.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Url extends FilterVar diff --git a/library/Rules/Version.php b/library/Rules/Version.php index f3cca860..9b764ca7 100644 --- a/library/Rules/Version.php +++ b/library/Rules/Version.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; /** diff --git a/library/Rules/Vowel.php b/library/Rules/Vowel.php index de1278cb..8157b317 100644 --- a/library/Rules/Vowel.php +++ b/library/Rules/Vowel.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Vowel extends AbstractRegexRule diff --git a/library/Rules/Vowels.php b/library/Rules/Vowels.php index c716f136..e5ba3eab 100644 --- a/library/Rules/Vowels.php +++ b/library/Rules/Vowels.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Vowels extends Vowel diff --git a/library/Rules/When.php b/library/Rules/When.php index 19f92306..e55c3a00 100644 --- a/library/Rules/When.php +++ b/library/Rules/When.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validatable; diff --git a/library/Rules/Writable.php b/library/Rules/Writable.php index 07066880..13f3097a 100644 --- a/library/Rules/Writable.php +++ b/library/Rules/Writable.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Writable extends AbstractRule diff --git a/library/Rules/Xdigit.php b/library/Rules/Xdigit.php index c345ae60..4a377cbd 100644 --- a/library/Rules/Xdigit.php +++ b/library/Rules/Xdigit.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Xdigit extends AbstractCtypeRule diff --git a/library/Rules/Yes.php b/library/Rules/Yes.php index d860a7f6..4c8b52fc 100644 --- a/library/Rules/Yes.php +++ b/library/Rules/Yes.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class Yes extends Regex diff --git a/library/Rules/Zend.php b/library/Rules/Zend.php index 10196fdc..a6675603 100644 --- a/library/Rules/Zend.php +++ b/library/Rules/Zend.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use ReflectionClass; diff --git a/library/Validatable.php b/library/Validatable.php index 88c4c1e6..1309df87 100644 --- a/library/Validatable.php +++ b/library/Validatable.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation; /** Interface for validation rules */ diff --git a/library/Validator.php b/library/Validator.php index ce28618c..6e68eed2 100644 --- a/library/Validator.php +++ b/library/Validator.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation; use ReflectionClass; diff --git a/tests/Exceptions/AbstractGroupedExceptionTest.php b/tests/Exceptions/AbstractGroupedExceptionTest.php index 84288ffe..29affb2c 100644 --- a/tests/Exceptions/AbstractGroupedExceptionTest.php +++ b/tests/Exceptions/AbstractGroupedExceptionTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class AbstractGroupedExceptionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Exceptions/AbstractNestedExceptionTest.php b/tests/Exceptions/AbstractNestedExceptionTest.php index 9b4dfe70..95447bbe 100644 --- a/tests/Exceptions/AbstractNestedExceptionTest.php +++ b/tests/Exceptions/AbstractNestedExceptionTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; use Respect\Validation\Validator as v; diff --git a/tests/Exceptions/CheckExceptionsTest.php b/tests/Exceptions/CheckExceptionsTest.php index c629e6fe..4a29d25b 100644 --- a/tests/Exceptions/CheckExceptionsTest.php +++ b/tests/Exceptions/CheckExceptionsTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; use ReflectionClass; diff --git a/tests/Exceptions/ValidationExceptionTest.php b/tests/Exceptions/ValidationExceptionTest.php index e5c54a37..02134dba 100644 --- a/tests/Exceptions/ValidationExceptionTest.php +++ b/tests/Exceptions/ValidationExceptionTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Exceptions; class ValidationExceptionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/FactoryTest.php b/tests/FactoryTest.php index 01f62945..8b8b1a77 100644 --- a/tests/FactoryTest.php +++ b/tests/FactoryTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation; /** diff --git a/tests/Rules/AbstractCompositeTest.php b/tests/Rules/AbstractCompositeTest.php index 374f7e68..62daadd1 100644 --- a/tests/Rules/AbstractCompositeTest.php +++ b/tests/Rules/AbstractCompositeTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AbstractCompositeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/AbstractWrapperTest.php b/tests/Rules/AbstractWrapperTest.php index f7d023f7..082e450f 100644 --- a/tests/Rules/AbstractWrapperTest.php +++ b/tests/Rules/AbstractWrapperTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use ReflectionObject; diff --git a/tests/Rules/AgeTest.php b/tests/Rules/AgeTest.php index fad2d82e..b2efb9c3 100644 --- a/tests/Rules/AgeTest.php +++ b/tests/Rules/AgeTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/tests/Rules/AllOfTest.php b/tests/Rules/AllOfTest.php index 7719d9d1..5e01d16f 100644 --- a/tests/Rules/AllOfTest.php +++ b/tests/Rules/AllOfTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AllOfTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/AlnumTest.php b/tests/Rules/AlnumTest.php index b4531108..3a532f16 100644 --- a/tests/Rules/AlnumTest.php +++ b/tests/Rules/AlnumTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AlnumTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/AlphaTest.php b/tests/Rules/AlphaTest.php index b1df2ce0..7bbadd45 100644 --- a/tests/Rules/AlphaTest.php +++ b/tests/Rules/AlphaTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AlphaTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/AlwaysInvalidTest.php b/tests/Rules/AlwaysInvalidTest.php index d0807406..14cc44e7 100644 --- a/tests/Rules/AlwaysInvalidTest.php +++ b/tests/Rules/AlwaysInvalidTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class AlwaysInvalidTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/ArrTest.php b/tests/Rules/ArrTest.php index b3f92822..5433e676 100644 --- a/tests/Rules/ArrTest.php +++ b/tests/Rules/ArrTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class TestAccess extends \ArrayObject implements \ArrayAccess, \Countable, \Traversable diff --git a/tests/Rules/AttributeTest.php b/tests/Rules/AttributeTest.php index cdc86c9d..b6f0c438 100644 --- a/tests/Rules/AttributeTest.php +++ b/tests/Rules/AttributeTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PrivClass diff --git a/tests/Rules/BankAccountTest.php b/tests/Rules/BankAccountTest.php index 2d8b4a8d..67c8b867 100644 --- a/tests/Rules/BankAccountTest.php +++ b/tests/Rules/BankAccountTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Test\LocaleTestCase; diff --git a/tests/Rules/BankTest.php b/tests/Rules/BankTest.php index 524f61fb..70a37189 100644 --- a/tests/Rules/BankTest.php +++ b/tests/Rules/BankTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Test\LocaleTestCase; diff --git a/tests/Rules/BaseTest.php b/tests/Rules/BaseTest.php index 5c1246ac..0fe93876 100644 --- a/tests/Rules/BaseTest.php +++ b/tests/Rules/BaseTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class BaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/BetweenTest.php b/tests/Rules/BetweenTest.php index 1396e873..e76ee38f 100644 --- a/tests/Rules/BetweenTest.php +++ b/tests/Rules/BetweenTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/tests/Rules/BicTest.php b/tests/Rules/BicTest.php index 31515ccd..2340aefc 100644 --- a/tests/Rules/BicTest.php +++ b/tests/Rules/BicTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Test\LocaleTestCase; diff --git a/tests/Rules/BoolTest.php b/tests/Rules/BoolTest.php index c4e4f340..6e413b3d 100644 --- a/tests/Rules/BoolTest.php +++ b/tests/Rules/BoolTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class BoolTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CallTest.php b/tests/Rules/CallTest.php index 3c40e2ae..1d99cc08 100644 --- a/tests/Rules/CallTest.php +++ b/tests/Rules/CallTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CallTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CallbackTest.php b/tests/Rules/CallbackTest.php index 90ac9ebf..0558e016 100644 --- a/tests/Rules/CallbackTest.php +++ b/tests/Rules/CallbackTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CallbackTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CharsetTest.php b/tests/Rules/CharsetTest.php index d6087683..8b6d1b7d 100644 --- a/tests/Rules/CharsetTest.php +++ b/tests/Rules/CharsetTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CharsetTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CnhTest.php b/tests/Rules/CnhTest.php index c167e8ea..c8961518 100644 --- a/tests/Rules/CnhTest.php +++ b/tests/Rules/CnhTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CnhTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CnpjTest.php b/tests/Rules/CnpjTest.php index d0b4a52c..62153b60 100644 --- a/tests/Rules/CnpjTest.php +++ b/tests/Rules/CnpjTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CnpjTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CntrlTest.php b/tests/Rules/CntrlTest.php index 853f2abf..ffa3100c 100644 --- a/tests/Rules/CntrlTest.php +++ b/tests/Rules/CntrlTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CntrlTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/ConsonantTest.php b/tests/Rules/ConsonantTest.php index ec4afcc0..e7957408 100644 --- a/tests/Rules/ConsonantTest.php +++ b/tests/Rules/ConsonantTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class ConsonantTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/ContainsTest.php b/tests/Rules/ContainsTest.php index bd2b70a0..a0e74385 100644 --- a/tests/Rules/ContainsTest.php +++ b/tests/Rules/ContainsTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class ContainsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CpfTest.php b/tests/Rules/CpfTest.php index a0f392a3..387e3ea5 100644 --- a/tests/Rules/CpfTest.php +++ b/tests/Rules/CpfTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CpfTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/CreditCardTest.php b/tests/Rules/CreditCardTest.php index 0d5ede7a..36b02fb0 100644 --- a/tests/Rules/CreditCardTest.php +++ b/tests/Rules/CreditCardTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class CreditCardTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/DateTest.php b/tests/Rules/DateTest.php index 804ec067..04a0d713 100644 --- a/tests/Rules/DateTest.php +++ b/tests/Rules/DateTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/tests/Rules/DigitTest.php b/tests/Rules/DigitTest.php index 4475475e..0b8a37b8 100644 --- a/tests/Rules/DigitTest.php +++ b/tests/Rules/DigitTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class DigitTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/DirectoryTest.php b/tests/Rules/DirectoryTest.php index 0720ca36..accb1567 100644 --- a/tests/Rules/DirectoryTest.php +++ b/tests/Rules/DirectoryTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class DirectoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/DomainTest.php b/tests/Rules/DomainTest.php index e83fd9ec..fea11679 100644 --- a/tests/Rules/DomainTest.php +++ b/tests/Rules/DomainTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validator as v; diff --git a/tests/Rules/EachTest.php b/tests/Rules/EachTest.php index 8cfcbd25..158ee2c8 100644 --- a/tests/Rules/EachTest.php +++ b/tests/Rules/EachTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class EachTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/EmailTest.php b/tests/Rules/EmailTest.php index a48e9184..723e6912 100644 --- a/tests/Rules/EmailTest.php +++ b/tests/Rules/EmailTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; function class_exists($className) diff --git a/tests/Rules/EndsWithTest.php b/tests/Rules/EndsWithTest.php index b2292a1e..dab3ed8a 100644 --- a/tests/Rules/EndsWithTest.php +++ b/tests/Rules/EndsWithTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class EndsWithTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/EqualsTest.php b/tests/Rules/EqualsTest.php index f77afd97..08a5d6e9 100644 --- a/tests/Rules/EqualsTest.php +++ b/tests/Rules/EqualsTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class EqualsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/EvenTest.php b/tests/Rules/EvenTest.php index e8d69799..f8f737e5 100644 --- a/tests/Rules/EvenTest.php +++ b/tests/Rules/EvenTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class EvenTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/ExecutableTest.php b/tests/Rules/ExecutableTest.php index 4b012aea..0658059d 100644 --- a/tests/Rules/ExecutableTest.php +++ b/tests/Rules/ExecutableTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; $GLOBALS['is_executable'] = null; diff --git a/tests/Rules/ExistsTest.php b/tests/Rules/ExistsTest.php index fe61de0d..b14dedaf 100644 --- a/tests/Rules/ExistsTest.php +++ b/tests/Rules/ExistsTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; $GLOBALS['file_exists'] = null; diff --git a/tests/Rules/FalseTest.php b/tests/Rules/FalseTest.php index f406420d..6fb57a96 100644 --- a/tests/Rules/FalseTest.php +++ b/tests/Rules/FalseTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class FalseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/FileTest.php b/tests/Rules/FileTest.php index ae298236..23475505 100644 --- a/tests/Rules/FileTest.php +++ b/tests/Rules/FileTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; $GLOBALS['is_file'] = null; diff --git a/tests/Rules/FilterVarTest.php b/tests/Rules/FilterVarTest.php index eefdc906..99dbcae6 100644 --- a/tests/Rules/FilterVarTest.php +++ b/tests/Rules/FilterVarTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; /** diff --git a/tests/Rules/FloatTest.php b/tests/Rules/FloatTest.php index 3a79baa9..a5768ed1 100644 --- a/tests/Rules/FloatTest.php +++ b/tests/Rules/FloatTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class FloatTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/GraphTest.php b/tests/Rules/GraphTest.php index 563a37d4..221e9bce 100644 --- a/tests/Rules/GraphTest.php +++ b/tests/Rules/GraphTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class GraphTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/HexRgbColorTest.php b/tests/Rules/HexRgbColorTest.php index d484aae6..f3bf7939 100644 --- a/tests/Rules/HexRgbColorTest.php +++ b/tests/Rules/HexRgbColorTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class HexRgbColorTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/HexaTest.php b/tests/Rules/HexaTest.php index f8158955..8d42709d 100644 --- a/tests/Rules/HexaTest.php +++ b/tests/Rules/HexaTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class HexaTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/InTest.php b/tests/Rules/InTest.php index a62eef63..68a0e3b8 100644 --- a/tests/Rules/InTest.php +++ b/tests/Rules/InTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class InTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/InstanceTest.php b/tests/Rules/InstanceTest.php index 92325403..0ac2ac23 100644 --- a/tests/Rules/InstanceTest.php +++ b/tests/Rules/InstanceTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class InstanceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/IntTest.php b/tests/Rules/IntTest.php index ca6d4059..47ad997a 100644 --- a/tests/Rules/IntTest.php +++ b/tests/Rules/IntTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class IntTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/IpTest.php b/tests/Rules/IpTest.php index 577e6949..297e357b 100644 --- a/tests/Rules/IpTest.php +++ b/tests/Rules/IpTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class IpTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/JsonTest.php b/tests/Rules/JsonTest.php index ff08340c..5055403a 100644 --- a/tests/Rules/JsonTest.php +++ b/tests/Rules/JsonTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class JsonTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/KeyTest.php b/tests/Rules/KeyTest.php index afbd2881..2e952b22 100644 --- a/tests/Rules/KeyTest.php +++ b/tests/Rules/KeyTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class KeyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/LeapDateTest.php b/tests/Rules/LeapDateTest.php index becf7800..191b5fad 100644 --- a/tests/Rules/LeapDateTest.php +++ b/tests/Rules/LeapDateTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/tests/Rules/LeapYearTest.php b/tests/Rules/LeapYearTest.php index 42536f75..3e389935 100644 --- a/tests/Rules/LeapYearTest.php +++ b/tests/Rules/LeapYearTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/tests/Rules/LengthTest.php b/tests/Rules/LengthTest.php index 0fa7ab68..64e6be36 100644 --- a/tests/Rules/LengthTest.php +++ b/tests/Rules/LengthTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class LengthTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/Locale/FactoryTest.php b/tests/Rules/Locale/FactoryTest.php index ac9fe2da..86ea7cd6 100644 --- a/tests/Rules/Locale/FactoryTest.php +++ b/tests/Rules/Locale/FactoryTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use Respect\Validation\Test\LocaleTestCase; diff --git a/tests/Rules/Locale/GermanBankAccountTest.php b/tests/Rules/Locale/GermanBankAccountTest.php index 903ca6c1..7c7d0d01 100644 --- a/tests/Rules/Locale/GermanBankAccountTest.php +++ b/tests/Rules/Locale/GermanBankAccountTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use Respect\Validation\Test\LocaleTestCase; diff --git a/tests/Rules/Locale/GermanBankTest.php b/tests/Rules/Locale/GermanBankTest.php index 0632c89d..08381308 100644 --- a/tests/Rules/Locale/GermanBankTest.php +++ b/tests/Rules/Locale/GermanBankTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use Respect\Validation\Test\LocaleTestCase; diff --git a/tests/Rules/Locale/GermanBicTest.php b/tests/Rules/Locale/GermanBicTest.php index 7d784164..d9b483d9 100644 --- a/tests/Rules/Locale/GermanBicTest.php +++ b/tests/Rules/Locale/GermanBicTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules\Locale; use Respect\Validation\Test\LocaleTestCase; diff --git a/tests/Rules/LowercaseTest.php b/tests/Rules/LowercaseTest.php index 7a38f020..15447975 100644 --- a/tests/Rules/LowercaseTest.php +++ b/tests/Rules/LowercaseTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class LowercaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/MacAddressTest.php b/tests/Rules/MacAddressTest.php index 2f7537da..bd5aad98 100644 --- a/tests/Rules/MacAddressTest.php +++ b/tests/Rules/MacAddressTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class MacAddressTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/MaxTest.php b/tests/Rules/MaxTest.php index b560713b..f521c4a0 100644 --- a/tests/Rules/MaxTest.php +++ b/tests/Rules/MaxTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class MaxTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/MinTest.php b/tests/Rules/MinTest.php index 7393f449..8cba51a5 100644 --- a/tests/Rules/MinTest.php +++ b/tests/Rules/MinTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/tests/Rules/MininumAgeTest.php b/tests/Rules/MininumAgeTest.php index 1f6a22bc..59183513 100644 --- a/tests/Rules/MininumAgeTest.php +++ b/tests/Rules/MininumAgeTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class MininumAgeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/MultipleTest.php b/tests/Rules/MultipleTest.php index 6886f9d8..71265dd2 100644 --- a/tests/Rules/MultipleTest.php +++ b/tests/Rules/MultipleTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class MultipleTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NegativeTest.php b/tests/Rules/NegativeTest.php index daa86220..2e3123bf 100644 --- a/tests/Rules/NegativeTest.php +++ b/tests/Rules/NegativeTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NegativeTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NfeAccessKeyTest.php b/tests/Rules/NfeAccessKeyTest.php index d8dc5f76..566a06a4 100644 --- a/tests/Rules/NfeAccessKeyTest.php +++ b/tests/Rules/NfeAccessKeyTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NfeAccessKeyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NoTest.php b/tests/Rules/NoTest.php index 7c40e4c9..f118513f 100644 --- a/tests/Rules/NoTest.php +++ b/tests/Rules/NoTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NoTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NoWhitespaceTest.php b/tests/Rules/NoWhitespaceTest.php index 93141a30..8667dade 100644 --- a/tests/Rules/NoWhitespaceTest.php +++ b/tests/Rules/NoWhitespaceTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NoWhitespaceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NoneOfTest.php b/tests/Rules/NoneOfTest.php index c9d9c4bc..1edaf26b 100644 --- a/tests/Rules/NoneOfTest.php +++ b/tests/Rules/NoneOfTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NoneOfTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NotEmptyTest.php b/tests/Rules/NotEmptyTest.php index 4fcd11d0..8ca843c0 100644 --- a/tests/Rules/NotEmptyTest.php +++ b/tests/Rules/NotEmptyTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NotEmptyTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NotTest.php b/tests/Rules/NotTest.php index ecac4dd7..2a998cc5 100644 --- a/tests/Rules/NotTest.php +++ b/tests/Rules/NotTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validator; diff --git a/tests/Rules/NullValueTest.php b/tests/Rules/NullValueTest.php index 46750509..02d4271b 100644 --- a/tests/Rules/NullValueTest.php +++ b/tests/Rules/NullValueTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NullValueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/NumericTest.php b/tests/Rules/NumericTest.php index d3d00c44..c3257e7f 100644 --- a/tests/Rules/NumericTest.php +++ b/tests/Rules/NumericTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class NumericTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/ObjectTest.php b/tests/Rules/ObjectTest.php index 01e576a3..51f43d10 100644 --- a/tests/Rules/ObjectTest.php +++ b/tests/Rules/ObjectTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class ObjectTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/OddTest.php b/tests/Rules/OddTest.php index f00c790b..62cf4f49 100644 --- a/tests/Rules/OddTest.php +++ b/tests/Rules/OddTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class OddTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/OneOfTest.php b/tests/Rules/OneOfTest.php index fe167bec..3cb8af92 100644 --- a/tests/Rules/OneOfTest.php +++ b/tests/Rules/OneOfTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class OneOfTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/PerfectSquareTest.php b/tests/Rules/PerfectSquareTest.php index 4f6d1a41..30cacae5 100644 --- a/tests/Rules/PerfectSquareTest.php +++ b/tests/Rules/PerfectSquareTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PerfectSquareTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/PhoneTest.php b/tests/Rules/PhoneTest.php index 32045dde..4bad4936 100755 --- a/tests/Rules/PhoneTest.php +++ b/tests/Rules/PhoneTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PhoneTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/PositiveTest.php b/tests/Rules/PositiveTest.php index 4c9155bf..cf226efd 100644 --- a/tests/Rules/PositiveTest.php +++ b/tests/Rules/PositiveTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PositiveTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/PostalCodeTest.php b/tests/Rules/PostalCodeTest.php index dcf3f21d..1a3bfd80 100644 --- a/tests/Rules/PostalCodeTest.php +++ b/tests/Rules/PostalCodeTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; /** diff --git a/tests/Rules/PrimeNumberTest.php b/tests/Rules/PrimeNumberTest.php index 4502d590..ac5e2727 100644 --- a/tests/Rules/PrimeNumberTest.php +++ b/tests/Rules/PrimeNumberTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PrimeNumberTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/PrntTest.php b/tests/Rules/PrntTest.php index 7acbbe71..9f2a706d 100644 --- a/tests/Rules/PrntTest.php +++ b/tests/Rules/PrntTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PrntTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/PunctTest.php b/tests/Rules/PunctTest.php index 6032ec4f..7efbfa8f 100644 --- a/tests/Rules/PunctTest.php +++ b/tests/Rules/PunctTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class PunctTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/ReadableTest.php b/tests/Rules/ReadableTest.php index 3137e73e..d08b0e5b 100644 --- a/tests/Rules/ReadableTest.php +++ b/tests/Rules/ReadableTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; $GLOBALS['is_readable'] = null; diff --git a/tests/Rules/RegexTest.php b/tests/Rules/RegexTest.php index 05554bec..57bcc811 100644 --- a/tests/Rules/RegexTest.php +++ b/tests/Rules/RegexTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class RegexTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/RomanTest.php b/tests/Rules/RomanTest.php index 44bb6604..bcfa8867 100644 --- a/tests/Rules/RomanTest.php +++ b/tests/Rules/RomanTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class RomanTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/SfTest.php b/tests/Rules/SfTest.php index 1e8bf7bc..717833b9 100644 --- a/tests/Rules/SfTest.php +++ b/tests/Rules/SfTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use Respect\Validation\Validator as v; diff --git a/tests/Rules/SlugTest.php b/tests/Rules/SlugTest.php index 46b33a32..7d166c8c 100644 --- a/tests/Rules/SlugTest.php +++ b/tests/Rules/SlugTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class SlugTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/SpaceTest.php b/tests/Rules/SpaceTest.php index 27f78426..ba3f808f 100644 --- a/tests/Rules/SpaceTest.php +++ b/tests/Rules/SpaceTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class SpaceTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/StartsWithTest.php b/tests/Rules/StartsWithTest.php index 5cf5f49a..5c95b8ec 100644 --- a/tests/Rules/StartsWithTest.php +++ b/tests/Rules/StartsWithTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class StartsWithTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/StringTest.php b/tests/Rules/StringTest.php index 62920898..ceb5e3b5 100644 --- a/tests/Rules/StringTest.php +++ b/tests/Rules/StringTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class StringTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/SymbolicLinkTest.php b/tests/Rules/SymbolicLinkTest.php index 9c3cdff0..2703ead3 100644 --- a/tests/Rules/SymbolicLinkTest.php +++ b/tests/Rules/SymbolicLinkTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; $GLOBALS['is_link'] = null; diff --git a/tests/Rules/TrueTest.php b/tests/Rules/TrueTest.php index c12bf925..1851406c 100644 --- a/tests/Rules/TrueTest.php +++ b/tests/Rules/TrueTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class TrueTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/TypeTest.php b/tests/Rules/TypeTest.php index 08fbd147..095e7b9b 100644 --- a/tests/Rules/TypeTest.php +++ b/tests/Rules/TypeTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use stdClass; diff --git a/tests/Rules/UploadedTest.php b/tests/Rules/UploadedTest.php index 1aa001b2..907d685d 100644 --- a/tests/Rules/UploadedTest.php +++ b/tests/Rules/UploadedTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; $GLOBALS['is_uploaded_file'] = null; diff --git a/tests/Rules/UppercaseTest.php b/tests/Rules/UppercaseTest.php index e28eeb66..7bb68249 100644 --- a/tests/Rules/UppercaseTest.php +++ b/tests/Rules/UppercaseTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class UppercaseTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/UrlTest.php b/tests/Rules/UrlTest.php index 90d97f28..c09e4745 100644 --- a/tests/Rules/UrlTest.php +++ b/tests/Rules/UrlTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; /** diff --git a/tests/Rules/VersionTest.php b/tests/Rules/VersionTest.php index e03c3fb6..c167fdd3 100644 --- a/tests/Rules/VersionTest.php +++ b/tests/Rules/VersionTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class VersionTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/VowelTest.php b/tests/Rules/VowelTest.php index e13cfbd9..9b1a93fe 100644 --- a/tests/Rules/VowelTest.php +++ b/tests/Rules/VowelTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class VowelTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/WhenTest.php b/tests/Rules/WhenTest.php index 6a2a658e..e6996c99 100644 --- a/tests/Rules/WhenTest.php +++ b/tests/Rules/WhenTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; /** diff --git a/tests/Rules/WritableTest.php b/tests/Rules/WritableTest.php index 803df282..9a986861 100644 --- a/tests/Rules/WritableTest.php +++ b/tests/Rules/WritableTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; $GLOBALS['is_writable'] = null; diff --git a/tests/Rules/XdigitTest.php b/tests/Rules/XdigitTest.php index 9d9fad95..9e4d3516 100644 --- a/tests/Rules/XdigitTest.php +++ b/tests/Rules/XdigitTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class XdigitTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/YesTest.php b/tests/Rules/YesTest.php index af081d82..188a318e 100644 --- a/tests/Rules/YesTest.php +++ b/tests/Rules/YesTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; class YesTest extends \PHPUnit_Framework_TestCase diff --git a/tests/Rules/ZendTest.php b/tests/Rules/ZendTest.php index bbdd35e8..4399ae9f 100644 --- a/tests/Rules/ZendTest.php +++ b/tests/Rules/ZendTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Rules; use DateTime; diff --git a/tests/ValidatorTest.php b/tests/ValidatorTest.php index 832c17ed..3045118f 100644 --- a/tests/ValidatorTest.php +++ b/tests/ValidatorTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation; use Respect\Validation\Exceptions\NestedValidationExceptionInterface; diff --git a/tests/library/LocaleTestCase.php b/tests/library/LocaleTestCase.php index f53ffacd..5dd56c5f 100644 --- a/tests/library/LocaleTestCase.php +++ b/tests/library/LocaleTestCase.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the "LICENSE.md" + * file that was distributed with this source code. + */ + namespace Respect\Validation\Test; use malkusch\bav\ConfigurationRegistry;