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