Close #109 provide better error classes + phpdoc fixes
This commit is contained in:
@ -24,6 +24,6 @@ class TimeZoneValidator implements ValidatorInterface
|
||||
|
||||
public function validate()
|
||||
{
|
||||
return in_array($this->timezone, timezone_identifiers_list());
|
||||
return in_array($this->timezone, timezone_identifiers_list(), false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user