@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | * |
241 | 241 | * @throws mos/TextFilter/Exception when filterd does not exists. |
242 | 242 | * |
243 | - * @return array with the formatted text and additional details. |
|
243 | + * @return \stdClass with the formatted text and additional details. |
|
244 | 244 | */ |
245 | 245 | public function parse($text, $filter) |
246 | 246 | { |
@@ -263,6 +263,7 @@ discard block |
||
263 | 263 | * Add excerpt as short version of text if available. |
264 | 264 | * |
265 | 265 | * @param object &$current same structure as returned by parse(). |
266 | + * @param \stdClass $current |
|
266 | 267 | * |
267 | 268 | * @return void. |
268 | 269 | */ |