mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
master-specific PHPStan nits
This commit is contained in:
@ -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
|
||||
|
@ -62,7 +62,7 @@ interface LevelData{
|
||||
public function getTime() : int;
|
||||
|
||||
/**
|
||||
* @param int
|
||||
* @param int $value
|
||||
*/
|
||||
public function setTime(int $value) : void;
|
||||
|
||||
|
Reference in New Issue
Block a user