mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 07:43:23 +00:00
:octocat: EccLevel::$level remove property getter in favor of asymmetric visibility
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user