: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
@@ -115,7 +115,7 @@ class QRStringJSON extends QROutputAbstract{
protected function module(int $x, int $y, int $M_TYPE):array|null{
$isDark = $this->matrix->isDark($M_TYPE);
if(!$this->drawLightModules && !$isDark){
if(!$this->options->drawLightModules && !$isDark){
return null;
}