Another typehint

This commit is contained in:
Dylan K. Taylor
2017-08-27 20:01:38 +01:00
parent 8b3fad8a7b
commit 697ea55fb7
12 changed files with 12 additions and 12 deletions

View File

@ -28,7 +28,7 @@ class MushroomStew extends Food{
parent::__construct(self::MUSHROOM_STEW, $meta, "Mushroom Stew");
}
public function getMaxStackSize(){
public function getMaxStackSize() : int{
return 1;
}