@@ -332,7 +332,7 @@ |
||
332 | 332 | /** |
333 | 333 | * Transform file to xml |
334 | 334 | * |
335 | - * @param mixed $data |
|
335 | + * @param string|boolean $data |
|
336 | 336 | * @return mixed |
337 | 337 | */ |
338 | 338 | public function toFile($data) |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * @param int $state The lexer state for the match |
50 | 50 | * @param int $pos The character position of the matched text |
51 | 51 | * @param Doku_Handler $handler The Doku_Handler object |
52 | - * @return array Return an array with all data you want to use in render |
|
52 | + * @return string[] Return an array with all data you want to use in render |
|
53 | 53 | */ |
54 | 54 | public function handle($match, $state, $pos, Doku_Handler $handler) |
55 | 55 | { |
@@ -83,7 +83,7 @@ |
||
83 | 83 | * @author Andreas Gohr <[email protected]> |
84 | 84 | * @param string $user |
85 | 85 | * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied |
86 | - * @return array|false |
|
86 | + * @return string |
|
87 | 87 | */ |
88 | 88 | public function getUserData($user, $requireGroups = true) |
89 | 89 | { |
@@ -751,6 +751,8 @@ |
||
751 | 751 | * |
752 | 752 | * @author Frank Schubert <[email protected]> |
753 | 753 | * @author Andreas Gohr <[email protected]> |
754 | + * @param boolean $ispage |
|
755 | + * @param string $name |
|
754 | 756 | */ |
755 | 757 | protected function makeCheckboxes($setperm, $ispage, $name) |
756 | 758 | { |
@@ -1169,6 +1169,7 @@ |
||
1169 | 1169 | * |
1170 | 1170 | * @param array $user data of user |
1171 | 1171 | * @param string &$error reference catched error message |
1172 | + * @param string $error |
|
1172 | 1173 | * @return bool whether successful |
1173 | 1174 | */ |
1174 | 1175 | protected function importUser($user, &$error) |
@@ -456,7 +456,7 @@ discard block |
||
456 | 456 | * keep track of internal links in $this->meta['relation']['references'] |
457 | 457 | * |
458 | 458 | * @param string $id page ID to link to. eg. 'wiki:syntax' |
459 | - * @param string|array|null $name name for the link, array for media file |
|
459 | + * @param string $name name for the link, array for media file |
|
460 | 460 | */ |
461 | 461 | public function internallink($id, $name = null) |
462 | 462 | { |
@@ -655,7 +655,7 @@ discard block |
||
655 | 655 | * |
656 | 656 | * @param string $name |
657 | 657 | * |
658 | - * @return mixed|string |
|
658 | + * @return string |
|
659 | 659 | */ |
660 | 660 | public function _simpleTitle($name) |
661 | 661 | { |