This commit is contained in:
2024-04-15 15:36:13 +08:00
parent 4454cdd772
commit 0a744f4209
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ class TypesOfValidator extends BaseValidator
*/
public function stringFormat(mixed $value): bool
{
var_dump(is_string($value), $value);
return is_string($value);
}