@@ -57,7 +57,7 @@ |
||
57 | 57 | */ |
58 | 58 | public function validate(string $field, $value, Validator $validator): bool |
59 | 59 | { |
60 | - if (empty($value)) { |
|
60 | + if (empty($value)) { |
|
61 | 61 | return true; |
62 | 62 | } |
63 | 63 | return is_numeric($value); |