mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 16:07:54 +00:00
:octocat: rename QRCode::getMatrix() and RecoderResult::getMatrix() to getQRMatrix()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user