mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 09:37:53 +00:00
:octocat: QROutputAbstract: remove property copies of previously magic properties
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user