mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
null and void typehints
This commit is contained in:
@ -32,5 +32,5 @@ interface Recipe{
|
||||
*/
|
||||
public function getResult() : Item;
|
||||
|
||||
public function registerToCraftingManager(CraftingManager $manager);
|
||||
public function registerToCraftingManager(CraftingManager $manager) : void;
|
||||
}
|
Reference in New Issue
Block a user