:octocat: EccLevel::$level remove property getter in favor of asymmetric visibility

This commit is contained in:
smiley
2026-03-18 02:04:33 +01:00
parent 97cc453dc0
commit 6b59d01c9e
11 changed files with 17 additions and 24 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ final class MaskPatternBenchmark extends BenchmarkAbstract{
$options = [
'version' => $this->version->getVersionNumber(),
'eccLevel' => $this->eccLevel->getLevel(),
'eccLevel' => $this->eccLevel->level,
];
$this->initQROptions($options);