@@ -194,11 +194,11 @@ |
||
194 | 194 | * Call each filter and return array with details of the formatted content. |
195 | 195 | * |
196 | 196 | * @param string $text the text to filter. |
197 | - * @param array $filter array of filters to use. |
|
197 | + * @param string[] $filter array of filters to use. |
|
198 | 198 | * |
199 | 199 | * @throws mos/TextFilter/Exception when filterd does not exists. |
200 | 200 | * |
201 | - * @return array with the formatted text and additional details. |
|
201 | + * @return \stdClass with the formatted text and additional details. |
|
202 | 202 | */ |
203 | 203 | public function parse($text, $filter) |
204 | 204 | { |