Open yourjhay opened 1 year ago
This will trigger a deprecation error
protected function validate_required($field, array $input, array $params = [], $value) { return isset($value) && !self::is_empty($value); }
https://php.watch/versions/8.0/deprecate-required-param-after-optional
This will trigger a deprecation error
https://php.watch/versions/8.0/deprecate-required-param-after-optional