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

@@ -84,6 +84,8 @@ abstract class BaseInventory implements Inventory{
* WARNING: If the size is smaller, any items past the new size will be lost.
*
* @param int $size
*
* @return void
*/
public function setSize(int $size){
$this->slots->setSize($size);