This commit is contained in:
2023-12-12 15:35:34 +08:00
parent 26030fd148
commit d860269a7c
7 changed files with 217 additions and 218 deletions
+5 -5
View File
@@ -14,11 +14,11 @@ class TypesOfValidator extends BaseValidator
{
const JSON = 'json';
const FLOAT = 'float';
const ARRAY = 'array';
const STRING = 'string';
const INTEGER = 'integer';
const string JSON = 'json';
const string FLOAT = 'float';
const string ARRAY = 'array';
const string STRING = 'string';
const string INTEGER = 'integer';
private ?int $min = null;
private ?int $max = null;