|
@@ -49,7 +49,7 @@ |
|
|
block discarded – undo |
|
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
|
{ |
Please login to merge, or discard this patch.