realise ValidatorInterface for end superglobals classes *
Opened this issue · 0 comments
in4s commented
interface ValidatorInterface
{
public static function isDefined(string $key) : bool;
public static function isNotSet(string $key) : bool;
}
Opened this issue · 0 comments
interface ValidatorInterface
{
public static function isDefined(string $key) : bool;
public static function isNotSet(string $key) : bool;
}