Passed
Push — main ( b6fdcf...be384a )
by Breno
01:39
created
src/Rules/Brazilian/DigitoVerificador.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
             $sum += $number * $factor[$i++ % $size];
33 33
         }
34 34
 
35
-        return 11 - (($sum * 10 ) % 11);
35
+        return 11 - (($sum * 10) % 11);
36 36
     }
37 37
 
38 38
     public static function mod10($input): int
Please login to merge, or discard this patch.