tests/phpunit: added missing native typehints

This commit is contained in:
Dylan K. Taylor
2020-02-06 12:13:42 +00:00
parent 7d5f2eac8d
commit e12618c705
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ use pocketmine\item\ItemFactory;
class BaseInventoryTest extends TestCase{
public static function setUpBeforeClass(){
public static function setUpBeforeClass() : void{
ItemFactory::init();
}