mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-16 04:36:26 +00:00
🔧
This commit is contained in:
@@ -217,7 +217,7 @@ final class EccLevel{
|
||||
* returns the ordinal value of the current ECC level
|
||||
*/
|
||||
public function getOrdinal():int{
|
||||
return $this->eccLevel;
|
||||
return self::MODES[$this->eccLevel];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user