This commit is contained in:
smiley
2024-01-07 00:59:42 +01:00
parent ccf5b13a26
commit 83d5ce91df
27 changed files with 77 additions and 89 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
namespace chillerlan\QRCode\Decoder;
use chillerlan\QRCode\Data\QRMatrix;
use chillerlan\QRCode\Common\{BitBuffer, EccLevel, MaskPattern, Version};
use chillerlan\QRCode\Data\QRMatrix;
use function property_exists;
/**
@@ -85,7 +85,7 @@ final class DecoderResult{
}
/**
* Returns a QRMatrix instance with thesettings and data of the reader result
* Returns a QRMatrix instance with the settings and data of the reader result
*/
public function getQRMatrix():QRMatrix{
return (new QRMatrix($this->version, $this->eccLevel))