From 3edbea85457d03aef144e3fc952fa1cdb4e1181e Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 7 Feb 2020 19:37:22 +0000 Subject: [PATCH] PluginManager: fix spacing of phpdoc comment for registerEvent() --- src/pocketmine/plugin/PluginManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/plugin/PluginManager.php b/src/pocketmine/plugin/PluginManager.php index c25eaccf35..2523f4d24a 100644 --- a/src/pocketmine/plugin/PluginManager.php +++ b/src/pocketmine/plugin/PluginManager.php @@ -732,7 +732,7 @@ class PluginManager{ } /** - * @param string $event Class name that extends Event + * @param string $event Class name that extends Event * * @throws PluginException */