mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
More typehints, documentation fixes and static analysis cleanup
This commit is contained in:
@ -33,7 +33,7 @@ class CraftItemEvent extends Event implements Cancellable{
|
||||
public static $handlerList = null;
|
||||
|
||||
/** @var Item[] */
|
||||
private $input = [];
|
||||
private $input;
|
||||
/** @var Recipe */
|
||||
private $recipe;
|
||||
/** @var Player */
|
||||
|
Reference in New Issue
Block a user