Merge commit 'a67fa5c007de3a5e7e689c63955849ceba9d7541'

This commit is contained in:
Dylan K. Taylor
2020-01-31 19:18:35 +00:00
2 changed files with 9 additions and 1 deletions

View File

@ -46,6 +46,9 @@ class PlayerEditBookEvent extends PlayerEvent implements Cancellable{
/** @var int[] */
private $modifiedPages;
/**
* @param int[] $modifiedPages
*/
public function __construct(Player $player, WritableBookBase $oldBook, WritableBookBase $newBook, int $action, array $modifiedPages){
$this->player = $player;
$this->oldBook = $oldBook;