summaryrefslogtreecommitdiff
path: root/inc/pluginutils.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-10-01 17:05:40 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2014-10-01 17:05:40 +0200
commite3710957c6b7e12293805a15d0624be7c7054092 (patch)
treeb3a7542d4eb9e3b35a1f4c4ef499b6773e75a336 /inc/pluginutils.php
parent253d4b48ec708eb42033862dc15c8576f44a48ed (diff)
downloadrpg-e3710957c6b7e12293805a15d0624be7c7054092.tar.gz
rpg-e3710957c6b7e12293805a15d0624be7c7054092.tar.bz2
more phpdocs and minor check
Diffstat (limited to 'inc/pluginutils.php')
-rw-r--r--inc/pluginutils.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/pluginutils.php b/inc/pluginutils.php
index 911c4e5c0..4d591869d 100644
--- a/inc/pluginutils.php
+++ b/inc/pluginutils.php
@@ -49,7 +49,7 @@ function plugin_load($type,$name,$new=false,$disabled=false) {
* Whether plugin is disabled
*
* @param string $plugin name of plugin
- * @return bool; true disabled, false enabled
+ * @return bool true disabled, false enabled
*/
function plugin_isdisabled($plugin) {
/** @var $plugin_controller Doku_Plugin_Controller */
@@ -61,7 +61,7 @@ function plugin_isdisabled($plugin) {
* Enable the plugin
*
* @param string $plugin name of plugin
- * @return bool; true saving succeed, false saving failed
+ * @return bool true saving succeed, false saving failed
*/
function plugin_enable($plugin) {
/** @var $plugin_controller Doku_Plugin_Controller */
@@ -73,7 +73,7 @@ function plugin_enable($plugin) {
* Disable the plugin
*
* @param string $plugin name of plugin
- * @return bool; true saving succeed, false saving failed
+ * @return bool true saving succeed, false saving failed
*/
function plugin_disable($plugin) {
/** @var $plugin_controller Doku_Plugin_Controller */