mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 17:27:53 +00:00
:octocat: EccLevel::$level remove property getter in favor of asymmetric visibility
This commit is contained in:
@@ -33,7 +33,7 @@ final class DecoderBenchmark extends BenchmarkAbstract{
|
||||
|
||||
$options = [
|
||||
'version' => $this->version->getVersionNumber(),
|
||||
'eccLevel' => $this->eccLevel->getLevel(),
|
||||
'eccLevel' => $this->eccLevel->level,
|
||||
'scale' => 2,
|
||||
'imageTransparent' => false,
|
||||
'outputBase64' => false,
|
||||
|
||||
Reference in New Issue
Block a user