Completed
Push — master ( 2ab792...d625e1 )
by Mikael
03:46
created
src/TextFilter/TShortcode.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -221,7 +221,6 @@  discard block
 block discarded – undo
221 221
     /**
222 222
      * Shortcode for [asciinema].
223 223
      *
224
-     * @param string $code the code to process.
225 224
      * @param string $options for the shortcode.
226 225
      * @return array with all the options.
227 226
      */
@@ -259,9 +258,8 @@  discard block
 block discarded – undo
259 258
     /**
260 259
      * Shortcode for [book].
261 260
      *
262
-     * @param string $code the code to process.
263 261
      * @param string $options for the shortcode.
264
-     * @return array with all the options.
262
+     * @return string with all the options.
265 263
      */
266 264
     public static function shortCodeBook($options)
267 265
     {
Please login to merge, or discard this patch.