@@ -72,7 +72,7 @@ |
||
72 | 72 | */ |
73 | 73 | public function validate(string $field, $value, Validator $validator): bool |
74 | 74 | { |
75 | - if (empty($value)) { |
|
75 | + if (empty($value)) { |
|
76 | 76 | return true; |
77 | 77 | } |
78 | 78 | return in_array($value, $this->list); |