This commit is contained in:
codemasher
2021-01-07 11:03:46 +01:00
parent 0c318f7ef6
commit 96135bfeda
+1 -1
View File
@@ -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];
}
/**