@@ -14,7 +14,7 @@ |
||
14 | 14 | |
15 | 15 | public function __construct(private bool $mask = true, ?string $message = 'CEP inválido') |
16 | 16 | { |
17 | - parent::__construct( $message); |
|
17 | + parent::__construct($message); |
|
18 | 18 | } |
19 | 19 | |
20 | 20 | protected function evaluate(mixed $input, array $context = []): bool |