summaryrefslogtreecommitdiff
path: root/inc/plugin.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2012-12-03 00:04:36 +0100
committerMichael Hamann <michael@content-space.de>2012-12-03 00:04:36 +0100
commit48a1417ef1d153f5c7994aa7ced8da4e710bc70e (patch)
treebba845ca59eed503b86c1cd3478c5ab378a6dbd3 /inc/plugin.php
parentb04a190d960a260703e65e9ed4a951cb083e4e61 (diff)
downloadrpg-48a1417ef1d153f5c7994aa7ced8da4e710bc70e.tar.gz
rpg-48a1417ef1d153f5c7994aa7ced8da4e710bc70e.tar.bz2
Correct parameter documentation of DokuWiki_Plugin::loadHelper()
Diffstat (limited to 'inc/plugin.php')
-rw-r--r--inc/plugin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/plugin.php b/inc/plugin.php
index b0518346d..e4bba989d 100644
--- a/inc/plugin.php
+++ b/inc/plugin.php
@@ -184,8 +184,8 @@ class DokuWiki_Plugin {
*
* @author Esther Brunner <wikidesign@gmail.com>
*
- * @param $name name of plugin to load
- * @param $msg message to display in case the plugin is not available
+ * @param string $name name of plugin to load
+ * @param bool $msg if a message should be displayed in case the plugin is not available
*
* @return object helper plugin object
*/