Skip to content

Commit 5b75497

Browse files
committed
:octocat: bugfix: flipped numbers
1 parent d9e200e commit 5b75497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/QRDataInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ interface QRDataInterface{
109109
30 => [13880, 10984, 7880, 5960],
110110
31 => [14744, 11640, 8264, 6344],
111111
32 => [15640, 12328, 8920, 6760],
112-
33 => [16568, 13048, 7208, 9368],
112+
33 => [16568, 13048, 9368, 7208],
113113
34 => [17528, 13800, 9848, 7688],
114114
35 => [18448, 14496, 10288, 7888],
115115
36 => [19472, 15312, 10832, 8432],

0 commit comments

Comments
 (0)