mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 10:49:10 +00:00
master-specific PHPStan nits
This commit is contained in:
parent
e1064a9e36
commit
7a4e2371e6
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user