mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 03:37:59 +00:00
:octocat: Version::$versionNumber: remove property getter in favor of asymmetric visibility
This commit is contained in:
@@ -32,7 +32,7 @@ final class DecoderBenchmark extends BenchmarkAbstract{
|
||||
public function initOptions():void{
|
||||
|
||||
$options = [
|
||||
'version' => $this->version->getVersionNumber(),
|
||||
'version' => $this->version->versionNumber,
|
||||
'eccLevel' => $this->eccLevel->level,
|
||||
'scale' => 2,
|
||||
'imageTransparent' => false,
|
||||
|
||||
Reference in New Issue
Block a user