1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

fix(shotcodes): fix PHPDoc tag @param references unknown parameter: $cache

This commit is contained in:
Awilum
2021-08-09 19:19:08 +03:00
parent 2e44eaf73e
commit 7d22cf9e4a

View File

@@ -145,7 +145,6 @@ final class Shortcodes
* Parse and processes text to replaces shortcodes.
*
* @param string $input A text containing SHORTCODE
* @param bool $cache Cache result data or no. Default is true.
*
* @access public
*/