From 08eb1ba9c0268e9edd2f20cf31b2fd0628bdedb0 Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 15 Nov 2020 14:15:53 +0100 Subject: [PATCH] :octocat: bugfix: flipped numbers --- src/Data/QRDataInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/QRDataInterface.php b/src/Data/QRDataInterface.php index cc86f7cd6..93ad6221d 100644 --- a/src/Data/QRDataInterface.php +++ b/src/Data/QRDataInterface.php @@ -129,7 +129,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],