:octocat: QRMatrix: remove property getters in favor of asymmetric visibility

This commit is contained in:
smiley
2026-03-18 01:19:14 +01:00
parent 8bb5a85d7b
commit 88b2f9a98c
25 changed files with 68 additions and 105 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class GroupShapeSVGQRCodeOutput extends QRMarkupSVG{
$melt = $this->options->melt; // avoid magic getter in long loops
// collect the modules for each type
foreach($this->matrix->getMatrix() as $y => $row){
foreach($this->matrix->matrix as $y => $row){
foreach($row as $x => $M_TYPE){
$M_TYPE_LAYER = $M_TYPE;