smiley %!s(int64=3) %!d(string=hai) anos
pai
achega
0ae8aa775f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Data/QRMatrix.php

+ 2 - 2
src/Data/QRMatrix.php

@@ -306,8 +306,8 @@ class QRMatrix{
 
 		$pos = [
 			[0, 0], // top left
-			[$this->moduleCount - 7, 0], // bottom left
-			[0, $this->moduleCount - 7], // top right
+			[$this->moduleCount - 7, 0], // top right
+			[0, $this->moduleCount - 7], // bottom left
 		];
 
 		foreach($pos as $c){