From 9abcc99c105f9f9cbab6daf9f9ded6786158cef6 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 30 Jan 2020 20:46:25 +0000 Subject: [PATCH] Command: fixed spacing of phpdoc on execute() --- src/pocketmine/command/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/command/Command.php b/src/pocketmine/command/Command.php index 59c51c036..3c9c5f7a2 100644 --- a/src/pocketmine/command/Command.php +++ b/src/pocketmine/command/Command.php @@ -83,7 +83,7 @@ abstract class Command{ } /** - * @param string[] $args + * @param string[] $args * * @return mixed * @throws CommandException