codemasher 5 years ago
parent
commit
043137491a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Common/Version.php

+ 0 - 2
src/Common/Version.php

@@ -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()];