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
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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;
}