Completed
Push — master ( ea7633...53fe75 )
by Mikael
02:16
created
src/TextFilter/CTextFilter.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
      *
211 211
      * @throws mos/TextFilter/Exception  when filterd does not exists.
212 212
      *
213
-     * @return array with the formatted text and additional details.
213
+     * @return \stdClass with the formatted text and additional details.
214 214
      */
215 215
     public function parse($text, $filter)
216 216
     {
@@ -637,7 +637,6 @@  discard block
 block discarded – undo
637 637
     /**
638 638
      * Shortcode for [asciinema].
639 639
      *
640
-     * @param string $code the code to process.
641 640
      * @param string $options for the shortcode.
642 641
      * @return array with all the options.
643 642
      */
Please login to merge, or discard this patch.