summaryrefslogtreecommitdiff
path: root/inc/plugin.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2012-07-25 18:25:04 +0200
committerMichael Hamann <michael@content-space.de>2012-07-25 18:25:04 +0200
commitb3d1090ed94469e7a1f38c0352a8a4184a6ac846 (patch)
tree58eed3f15fba2fe1fcab0e76b7337cba0fc6cf75 /inc/plugin.php
parent0686da461503e8b1161e3aaedbb8a42795e1f095 (diff)
downloadrpg-b3d1090ed94469e7a1f38c0352a8a4184a6ac846.tar.gz
rpg-b3d1090ed94469e7a1f38c0352a8a4184a6ac846.tar.bz2
Fix type declarations in some PHPDoc comments
Diffstat (limited to 'inc/plugin.php')
-rw-r--r--inc/plugin.php2
1 files changed, 1 insertions, 1 deletions
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) {