: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
@@ -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,