mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 19:24:12 +00:00
Another typehint
This commit is contained in:
@ -32,7 +32,7 @@ class Sign extends Item{
|
||||
parent::__construct(self::SIGN, $meta, "Sign");
|
||||
}
|
||||
|
||||
public function getMaxStackSize(){
|
||||
public function getMaxStackSize() : int{
|
||||
return 16;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user