mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 01:07:55 +00:00
:octocat: MaskPattern::$currentPattern: remove property getter in favor of asymmetric visibility
This commit is contained in:
@@ -55,7 +55,7 @@ class QRStringJSON extends QROutputAbstract{
|
||||
'matrix' => [
|
||||
'size' => $dimension,
|
||||
'quietzoneSize' => (int)(($this->moduleCount - $dimension) / 2),
|
||||
'maskPattern' => $this->matrix->maskPattern->getPattern(),
|
||||
'maskPattern' => $this->matrix->maskPattern->currentPattern,
|
||||
'width' => $width,
|
||||
'height' => $height,
|
||||
'rows' => [],
|
||||
|
||||
Reference in New Issue
Block a user