From ba86b9d800c06e9a3179f88f20b8d9b1a303f574 Mon Sep 17 00:00:00 2001 From: Josh North Date: Wed, 26 Jul 2017 14:19:56 -0400 Subject: [PATCH] Update 'ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php' --- ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php b/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php index da7f285..c1af668 100644 --- a/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php +++ b/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php @@ -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":