@@ -221,7 +221,6 @@ discard block |
||
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 |
||
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 | { |