diff --git a/Validation/Base/IbanErrorType.php b/Validation/Base/IbanErrorType.php index c727919c4..e12201f89 100644 --- a/Validation/Base/IbanErrorType.php +++ b/Validation/Base/IbanErrorType.php @@ -34,7 +34,7 @@ abstract class IbanErrorType extends Enum { /* public */ const INVALID_COUNTRY = 1; /* public */ const INVALID_LENGTH = 2; - /* public */ const INVALID_CHECKSUM = 3; - /* public */ const EXPECTED_ZERO = 4; - /* public */ const EXPECTED_NUMERIC = 5; + /* public */ const INVALID_CHECKSUM = 4; + /* public */ const EXPECTED_ZERO = 8; + /* public */ const EXPECTED_NUMERIC = 16; } diff --git a/Validation/File/Crc32.php b/Validation/File/Crc32.php deleted file mode 100644 index d1163724a..000000000 --- a/Validation/File/Crc32.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class Crc32 extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/Extension.php b/Validation/File/Extension.php deleted file mode 100644 index ba1433591..000000000 --- a/Validation/File/Extension.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class Extension extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/FileSize.php b/Validation/File/FileSize.php deleted file mode 100644 index 683688f46..000000000 --- a/Validation/File/FileSize.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class FileSize extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/Hash.php b/Validation/File/Hash.php deleted file mode 100644 index 84c9ee73a..000000000 --- a/Validation/File/Hash.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class Hash extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/IsCompressed.php b/Validation/File/IsCompressed.php deleted file mode 100644 index 038924cdd..000000000 --- a/Validation/File/IsCompressed.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class IsCompressed extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/IsExecutable.php b/Validation/File/IsExecutable.php deleted file mode 100644 index 4b270babf..000000000 --- a/Validation/File/IsExecutable.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class IsExecutable extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/IsImage.php b/Validation/File/IsImage.php deleted file mode 100644 index ac168f8ce..000000000 --- a/Validation/File/IsImage.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class IsImage extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/IsPDF.php b/Validation/File/IsPDF.php deleted file mode 100644 index 34033fcdc..000000000 --- a/Validation/File/IsPDF.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class IsPDF extends ValidatorAbstract -{ - -} \ No newline at end of file diff --git a/Validation/File/MimeType.php b/Validation/File/MimeType.php deleted file mode 100644 index ee09021ff..000000000 --- a/Validation/File/MimeType.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\Validation\File; - -use phpOMS\Validation\ValidatorAbstract; - -class MimeType extends ValidatorAbstract -{ - -} \ No newline at end of file