:octocat: MaskPattern::$currentPattern: remove property getter in favor of asymmetric visibility

This commit is contained in:
smiley
2026-03-18 02:22:16 +01:00
parent a8076a113b
commit e151e0915e
6 changed files with 8 additions and 15 deletions
+1 -1
View File
@@ -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' => [],