Completed
Push — master ( 3d03c6...f25c62 )
by Mikael
02:52
created
src/TextFilter/CTextFilter.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.