mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 20:37:56 +00:00
:octocat: Version::$versionNumber: remove property getter in favor of asymmetric visibility
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user