@@ -565,7 +565,7 @@ |
||
565 | 565 | * |
566 | 566 | * @param string $str |
567 | 567 | * |
568 | - * @return mixed |
|
568 | + * @return string |
|
569 | 569 | */ |
570 | 570 | function Doku_Lexer_Escape($str) { |
571 | 571 | //$str = addslashes($str); |
@@ -423,7 +423,7 @@ discard block |
||
423 | 423 | * keep track of internal links in $this->meta['relation']['references'] |
424 | 424 | * |
425 | 425 | * @param string $id page ID to link to. eg. 'wiki:syntax' |
426 | - * @param string|array|null $name name for the link, array for media file |
|
426 | + * @param string $name name for the link, array for media file |
|
427 | 427 | */ |
428 | 428 | function internallink($id, $name = null) { |
429 | 429 | global $ID; |
@@ -594,7 +594,7 @@ discard block |
||
594 | 594 | * |
595 | 595 | * @param string $name |
596 | 596 | * |
597 | - * @return mixed|string |
|
597 | + * @return string |
|
598 | 598 | */ |
599 | 599 | function _simpleTitle($name) { |
600 | 600 | global $conf; |
@@ -382,7 +382,7 @@ |
||
382 | 382 | * @param string $path |
383 | 383 | * @param bool $keeptxt |
384 | 384 | * |
385 | - * @return mixed|string |
|
385 | + * @return string |
|
386 | 386 | */ |
387 | 387 | function pathID($path,$keeptxt=false){ |
388 | 388 | $id = utf8_decodeFN($path); |
@@ -179,7 +179,7 @@ |
||
179 | 179 | * |
180 | 180 | * Example: 'export_raw' -> ExportRaw then 'export' -> 'Export' |
181 | 181 | * |
182 | - * @param $actionname |
|
182 | + * @param string $actionname |
|
183 | 183 | * @return AbstractAction |
184 | 184 | * @throws NoActionException |
185 | 185 | */ |