This commit is contained in:
codemasher
2021-12-09 01:32:44 +01:00
parent 5347080444
commit 278554af0d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ final class QRData{
}
/**
* returns a fresh matrix object with the data written for the given $maskPattern
* returns a fresh matrix object with the data written and masked with the given $maskPattern
*/
public function writeMatrix(MaskPattern $maskPattern):QRMatrix{
$data = (new ReedSolomonEncoder)->interleaveEcBytes($this->bitBuffer, $this->version, $this->eccLevel);