Passed
Push — main ( bcfe1e...2c9533 )
by Breno
01:52
created
src/Rules/Brazilian/Cep.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.