scrub useless phpdoc

This commit is contained in:
Dylan K. Taylor
2020-02-10 12:21:07 +00:00
parent 2d51971b84
commit 15b76a24b7
13 changed files with 0 additions and 34 deletions

View File

@ -2842,8 +2842,6 @@ class Level implements ChunkManager, Metadatable{
/**
* Returns the current time of day
*
* @return int
*/
public function getTimeOfDay() : int{
return $this->time % self::TIME_FULL;