From 7d22cf9e4a820050634e71cdf52a5573566c9396 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 9 Aug 2021 19:19:08 +0300 Subject: [PATCH] fix(shotcodes): fix PHPDoc tag @param references unknown parameter: $cache --- src/flextype/Parsers/Shortcodes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flextype/Parsers/Shortcodes.php b/src/flextype/Parsers/Shortcodes.php index 6a42150b..f6520dc0 100644 --- a/src/flextype/Parsers/Shortcodes.php +++ b/src/flextype/Parsers/Shortcodes.php @@ -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 */