WritableBook: remove extra line from phpdoc on setPages()

This commit is contained in:
Dylan K. Taylor 2020-01-22 14:51:14 +00:00
parent f624871b3f
commit 24ed823d96

View File

@ -180,7 +180,6 @@ class WritableBook extends Item{
}
/**
*
* @param CompoundTag[] $pages
*/
public function setPages(array $pages) : void{