inventory: populate missing return type information

This commit is contained in:
Dylan K. Taylor
2020-01-19 17:05:31 +00:00
parent 05c602a044
commit 36cde9f352
5 changed files with 16 additions and 1 deletions

View File

@ -142,6 +142,9 @@ class DoubleChestInventory extends ChestInventory implements InventoryHolder{
return $this->right;
}
/**
* @return void
*/
public function invalidate(){
$this->left = null;
$this->right = null;