Some breaking changes for plugins >:D

This commit is contained in:
Dylan K. Taylor
2017-07-05 18:22:37 +01:00
parent 8fc1501e89
commit 46a2e6cbf8
3 changed files with 5 additions and 5 deletions

View File

@ -34,6 +34,6 @@ interface CommandExecutor{
*
* @return bool
*/
public function onCommand(CommandSender $sender, Command $command, $label, array $args);
public function onCommand(CommandSender $sender, Command $command, string $label, array $args) : bool;
}