mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 17:47:55 +00:00
:octocat: renamed QRData:initMatrix() to writeMatrix()
This commit is contained in:
@@ -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++){
|
||||
|
||||
Reference in New Issue
Block a user