PlayerChangeSkinEvent: remove obsolete doc comment

This commit is contained in:
Dylan K. Taylor
2022-04-24 21:56:49 +01:00
parent a58551af5b
commit 223893fd5c

View File

@ -53,9 +53,6 @@ class PlayerChangeSkinEvent extends PlayerEvent implements Cancellable{
return $this->newSkin;
}
/**
* @throws \InvalidArgumentException if the specified skin is not valid
*/
public function setNewSkin(Skin $skin) : void{
$this->newSkin = $skin;
}