RuntimeBlockMapping: drop useless doc comment

This commit is contained in:
Dylan K. Taylor 2020-09-25 17:43:00 +01:00
parent 7c192f85e2
commit 3b4e9eea96

View File

@ -139,9 +139,6 @@ final class RuntimeBlockMapping{
return $this->legacyToRuntimeMap[$internalStateId] ?? $this->legacyToRuntimeMap[BlockLegacyIds::INFO_UPDATE << 4];
}
/**
* @return int
*/
public function fromRuntimeId(int $runtimeId) : int{
return $this->runtimeToLegacyMap[$runtimeId];
}