This commit is contained in:
codemasher
2021-01-10 09:18:40 +01:00
parent a80b9b2140
commit 043137491a
-2
View File
@@ -313,8 +313,6 @@ final class Version{
/**
* returns ECC block information for the given $version and $eccLevel
*
* @return int[]
*/
public function getRSBlocks(EccLevel $eccLevel):array{
return self::RSBLOCKS[$this->version][$eccLevel->getOrdinal()];