@@ -11,7 +11,7 @@ |
||
11 | 11 | |
12 | 12 | class IPAddressValidator implements Validator |
13 | 13 | { |
14 | - public function validate($type, $options = []): Result |
|
14 | + public function validate($type, $options = [ ]): Result |
|
15 | 15 | { |
16 | 16 | if (filter_var($type, FILTER_VALIDATE_IP)) { |
17 | 17 | return new Success(); |