mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 18:20:17 +00:00
:octocat: QRMatrix: remove property getters in favor of asymmetric visibility
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user