This commit is contained in:
Dylan K. Taylor
2017-07-14 11:00:59 +01:00
parent c3b8be3f60
commit 9390866a13
2 changed files with 19 additions and 4 deletions

View File

@ -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