mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Another typehint
This commit is contained in:
@ -32,7 +32,7 @@ class WoodenDoor extends Item{
|
||||
parent::__construct(self::WOODEN_DOOR, $meta, "Wooden Door");
|
||||
}
|
||||
|
||||
public function getMaxStackSize(){
|
||||
public function getMaxStackSize() : int{
|
||||
return 1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user