From 48a1417ef1d153f5c7994aa7ced8da4e710bc70e Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Mon, 3 Dec 2012 00:04:36 +0100 Subject: Correct parameter documentation of DokuWiki_Plugin::loadHelper() --- inc/plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/plugin.php') 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 * - * @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 */ -- cgit v1.2.3