mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fix derp
This commit is contained in:
@ -37,9 +37,9 @@ interface CommandMap{
|
||||
* @param Command $command
|
||||
* @param string|null $label
|
||||
*
|
||||
* @return
|
||||
* @return bool
|
||||
*/
|
||||
public function register(string $fallbackPrefix, Command $command, string $label = null);
|
||||
public function register(string $fallbackPrefix, Command $command, string $label = null) : bool;
|
||||
|
||||
/**
|
||||
* @param CommandSender $sender
|
||||
|
Reference in New Issue
Block a user