Fixed some doc issues

This commit is contained in:
Dylan K. Taylor
2017-06-04 14:27:30 +01:00
parent eda7965f86
commit 2f4943ac90
5 changed files with 10 additions and 15 deletions

View File

@ -672,7 +672,7 @@ class Level implements ChunkManager, Metadatable{
* WARNING: Do not use this, it's only for internal use.
* Changes to this function won't be recorded on the version.
*
* @param Player ...$targets If empty, will send to all players in the level.
* @param Player[] ...$targets If empty, will send to all players in the level.
*/
public function sendTime(Player ...$targets){
$pk = new SetTimePacket();