Completed
Push — master ( 4dba6c...bdbb24 )
by Mikael
02:08
created
src/TextFilter/CTextFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
      *
208 208
      * @throws mos/TextFilter/Exception  when filterd does not exists.
209 209
      *
210
-     * @return array with the formatted text and additional details.
210
+     * @return \stdClass with the formatted text and additional details.
211 211
      */
212 212
     public function parse($text, $filter)
213 213
     {
Please login to merge, or discard this patch.
src/TextFilter/TTextUtilities.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * @param string  $end   wrap end part
55 55
      * @param number  $count hits to search for
56 56
      *
57
-     * @return array with text and boolean if more was detected.
57
+     * @return string with text and boolean if more was detected.
58 58
      */
59 59
     public function wrapElementWithStartEnd($text, $tag, $start, $end, $count)
60 60
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      * @param string  $end   wrap end part
78 78
      * @param number  $count hits to search for
79 79
      *
80
-     * @return array with text and boolean if more was detected.
80
+     * @return string with text and boolean if more was detected.
81 81
      */
82 82
     public function wrapElementContentWithStartEnd($text, $tag, $start, $end, $count)
83 83
     {
Please login to merge, or discard this patch.
src/TextFilter/TShortcode.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,6 @@
 block discarded – undo
207 207
     /**
208 208
      * Shortcode for [asciinema].
209 209
      *
210
-     * @param string $code the code to process.
211 210
      * @param string $options for the shortcode.
212 211
      * @return array with all the options.
213 212
      */
Please login to merge, or discard this patch.