codemasher %!s(int64=5) %!d(string=hai) anos
pai
achega
0776006400
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Data/QRMatrix.php

+ 1 - 1
src/Data/QRMatrix.php

@@ -591,7 +591,7 @@ final class QRMatrix{
 	public function setLogoSpace(int $width, int $height, int $startX = null, int $startY = null):QRMatrix{
 
 		// for logos we operate in ECC H (30%) only
-		if($this->eclevel !== 0b10){
+		if($this->eclevel !== QRCode::ECC_H){
 			throw new QRCodeDataException('ECC level "H" required to add logo space');
 		}