Passed
Push — master ( 4c6b8e...d6dc5f )
by Antonio Oertel
02:47
created
src/StateRegistration/Bahia.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         if (strlen($baseNumber) == 6) {
62 62
             $charToCheck = substr($baseNumber, 0, 1);
63 63
         }
64
-        if (in_array($charToCheck, [6,7,9])) {
64
+        if (in_array($charToCheck, [6, 7, 9])) {
65 65
             return DigitCalculator::MODULE_11;
66 66
         }
67 67
 
Please login to merge, or discard this patch.