master-specific PHPStan nits

This commit is contained in:
Dylan K. Taylor 2019-01-04 00:40:09 +00:00
parent e1064a9e36
commit 7a4e2371e6
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class PlayerInteractEvent extends PlayerEvent implements Cancellable{
/**
* @param Player $player
* @param Item $item
* @param Block|null $block
* @param Block $block
* @param Vector3|null $touchVector
* @param int $face
* @param int $action

View File

@ -62,7 +62,7 @@ interface LevelData{
public function getTime() : int;
/**
* @param int
* @param int $value
*/
public function setTime(int $value) : void;