added array to be true

This commit is contained in:
ArnabChatterjee20k 2025-09-05 17:53:42 +05:30
parent 4e164b0b3e
commit 00d208f1ac

View file

@ -31,7 +31,7 @@ class Spatial extends Validator
*/
public function isArray(): bool
{
return false;
return true;
}
/**
@ -43,7 +43,7 @@ class Spatial extends Validator
*/
public function getType(): string
{
return self::TYPE_ARRAY;
return self::TYPE_FLOAT;
}
/**