fix function output in accordance to phpdoc and function naming

This commit is contained in:
pawel 2016-02-25 01:11:29 +03:00
parent 9dc1b4d836
commit c38b841eb8

View File

@ -457,6 +457,7 @@ class PluginManager
if (array_key_exists($code, $this->disabledPlugins)) {
return true;
}
return false;
}
/**