mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
null and void typehints
This commit is contained in:
@ -74,11 +74,11 @@ class CreativeInventoryAction extends InventoryAction{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function onExecuteSuccess(Player $source){
|
||||
public function onExecuteSuccess(Player $source) : void{
|
||||
|
||||
}
|
||||
|
||||
public function onExecuteFail(Player $source){
|
||||
public function onExecuteFail(Player $source) : void{
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user