Remove useless docs noticed by php-cs-fixer 3.5

This commit is contained in:
Dylan K. Taylor
2022-01-18 00:24:12 +00:00
parent eaaf00ca2b
commit 858024afb7
3 changed files with 0 additions and 8 deletions

View File

@ -755,8 +755,6 @@ class World implements ChunkManager{
/**
* @internal
*
* @param Player ...$targets If empty, will send to all players in the world.
*/
public function sendTime(Player ...$targets) : void{
if(count($targets) === 0){