We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79bf85 commit 89b0d48Copy full SHA for 89b0d48
src/Common/EccLevel.php
@@ -37,7 +37,7 @@ final class EccLevel{
37
*/
38
private const MAX_BITS = [
39
// [ L, M, Q, H] // v => modules
40
- [ null, null, null, null], // 0 => will be ignored, index starts at 1
+ [ 0, 0, 0, 0], // 0 => will be ignored, index starts at 1
41
[ 152, 128, 104, 72], // 1 => 21
42
[ 272, 224, 176, 128], // 2 => 25
43
[ 440, 352, 272, 208], // 3 => 29
0 commit comments