:octocat: renamed QRData:initMatrix() to writeMatrix()

This commit is contained in:
codemasher
2021-01-16 20:07:57 +01:00
parent b11f4ef61e
commit bde04254de
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ final class MaskPatternTester{
* @see \chillerlan\QRCode\Data\QRMatrix::$maskPattern
*/
public function testPattern(int $pattern):int{
$matrix = $this->qrData->initMatrix($pattern, true);
$matrix = $this->qrData->writeMatrix($pattern, true);
$penalty = 0;
for($level = 1; $level <= 4; $level++){