@@ -393,7 +393,7 @@ |
||
393 | 393 | */ |
394 | 394 | protected function set_eccLevel(int $eccLevel):void{ |
395 | 395 | |
396 | - if((0b11 & $eccLevel) !== $eccLevel){ |
|
396 | + if((0b11&$eccLevel) !== $eccLevel){ |
|
397 | 397 | throw new QRCodeException(sprintf('Invalid error correct level: %s', $eccLevel)); |
398 | 398 | } |
399 | 399 |