From b3d1090ed94469e7a1f38c0352a8a4184a6ac846 Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Wed, 25 Jul 2012 18:25:04 +0200 Subject: Fix type declarations in some PHPDoc comments --- inc/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/plugin.php') diff --git a/inc/plugin.php b/inc/plugin.php index ec94433b6..d2fe3818d 100644 --- a/inc/plugin.php +++ b/inc/plugin.php @@ -66,7 +66,7 @@ class DokuWiki_Plugin { * to try to minimise unnecessary loading of the strings when the plugin doesn't require them * e.g. when info plugin is querying plugins for information about themselves. * - * @param $id id of the string to be retrieved + * @param string $id id of the string to be retrieved * @return string string in appropriate language or english if not available */ function getLang($id) { -- cgit v1.2.3