Update 'ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php'

This commit is contained in:
Josh North 2017-07-26 14:19:56 -04:00
parent 1a56a025d8
commit ba86b9d800

View File

@ -18,7 +18,7 @@ class Commands implements CommandExecutor{
$this->plugin = $plugin;
}
public function onCommand(CommandSender $sender, Command $command, $label, array $args){
public function onCommand(CommandSender $sender, Command $command, string $label, array $args): bool{
switch(strtolower($command->getName())){
case "asr":