Browse Source

:octocat: bugfix: flipped numbers

codemasher 5 years ago
parent
commit
5b75497101
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Data/QRDataInterface.php

+ 1 - 1
src/Data/QRDataInterface.php

@@ -109,7 +109,7 @@ interface QRDataInterface{
 		30 => [13880, 10984,  7880,  5960],
 		31 => [14744, 11640,  8264,  6344],
 		32 => [15640, 12328,  8920,  6760],
-		33 => [16568, 13048,  7208,  9368],
+		33 => [16568, 13048,  9368,  7208],
 		34 => [17528, 13800,  9848,  7688],
 		35 => [18448, 14496, 10288,  7888],
 		36 => [19472, 15312, 10832,  8432],