:octocat: Version::$versionNumber: remove property getter in favor of asymmetric visibility

This commit is contained in:
smiley
2026-03-18 02:14:28 +01:00
parent 6b59d01c9e
commit a8076a113b
17 changed files with 33 additions and 40 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class QRStringJSON extends QROutputAbstract{
$json = [
'$schema' => $this::SCHEMA,
'qrcode' => [
'version' => $version->getVersionNumber(),
'version' => $version->versionNumber,
'eccLevel' => (string)$this->matrix->eccLevel,
'matrix' => [
'size' => $dimension,