Skip to content

Commit 89b0d48

Browse files
committed
:octocat: silence phan
1 parent b79bf85 commit 89b0d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/EccLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class EccLevel{
3737
*/
3838
private const MAX_BITS = [
3939
// [ L, M, Q, H] // v => modules
40-
[ null, null, null, null], // 0 => will be ignored, index starts at 1
40+
[ 0, 0, 0, 0], // 0 => will be ignored, index starts at 1
4141
[ 152, 128, 104, 72], // 1 => 21
4242
[ 272, 224, 176, 128], // 2 => 25
4343
[ 440, 352, 272, 208], // 3 => 29

0 commit comments

Comments
 (0)