:octocat: rename QRCode::getMatrix() and RecoderResult::getMatrix() to getQRMatrix()

This commit is contained in:
smiley
2023-04-04 15:45:30 +02:00
parent 2c389c7d4c
commit 9bc23a2161
7 changed files with 23 additions and 14 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ final class DecoderResult{
/**
* Returns a QRMatrix instance with thesettings and data of the reader result
*/
public function getMatrix():QRMatrix{
public function getQRMatrix():QRMatrix{
return (new QRMatrix($this->version, $this->eccLevel, $this->maskPattern))
->initFunctionalPatterns()
->writeCodewords($this->rawBytes)