:octocat: QROutputAbstract: remove property copies of previously magic properties

This commit is contained in:
smiley
2026-03-18 17:14:05 +01:00
parent f090450f4b
commit 9ec548fd32
15 changed files with 39 additions and 81 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class GroupShapeSVGQRCodeOutput extends QRMarkupSVG{
foreach($row as $x => $M_TYPE){
$M_TYPE_LAYER = $M_TYPE;
if($this->connectPaths && !$this->matrix->checkTypeIn($x, $y, $this->excludeFromConnect)){
if($this->options->connectPaths && !$this->matrix->checkTypeIn($x, $y, $this->options->excludeFromConnect)){
// to connect paths we'll redeclare the $M_TYPE_LAYER to data only
$M_TYPE_LAYER = QRMatrix::M_DATA;