PluginManager: fix spacing of phpdoc comment for registerEvent()

This commit is contained in:
Dylan K. Taylor 2020-02-07 19:37:22 +00:00
parent ada8cbb545
commit 3edbea8545

View File

@ -732,7 +732,7 @@ class PluginManager{
} }
/** /**
* @param string $event Class name that extends Event * @param string $event Class name that extends Event
* *
* @throws PluginException * @throws PluginException
*/ */