Passed
Pull Request — master (#42)
by xujian
08:29
created
src/Generator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
         // 生成校验码
119 119
         $checkBit = (12 - ($bodySum % 11)) % 11;
120 120
 
121
-        return $checkBit == 10 ? 'X' : (string)$checkBit;
121
+        return $checkBit == 10 ? 'X' : (string) $checkBit;
122 122
     }
123 123
 
124 124
     /**
Please login to merge, or discard this patch.