null and void typehints

This commit is contained in:
Dylan K. Taylor
2017-09-21 12:54:04 +01:00
parent d89b8cf12e
commit f01ce8e994
21 changed files with 56 additions and 56 deletions

View File

@ -56,7 +56,7 @@ class AnvilInventory extends ContainerInventory{
return $this->holder;
}
public function onClose(Player $who){
public function onClose(Player $who) : void{
parent::onClose($who);
for($i = 0; $i < 2; ++$i){