From 81679a84bac18be21f5544377da382b8a007ba61 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 18 Dec 2020 23:44:03 +0300 Subject: [PATCH] feat(parsers): standardise parsers container names with macroable ability for Parsers API. #519 --- src/flextype/Support/Parsers/Shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Support/Parsers/Shortcode.php b/src/flextype/Support/Parsers/Shortcode.php index 8a5a124f..f509aa6d 100644 --- a/src/flextype/Support/Parsers/Shortcode.php +++ b/src/flextype/Support/Parsers/Shortcode.php @@ -15,7 +15,7 @@ use function strings; use Thunder\Shortcode\ShortcodeFacade; use Exception; -class Shortcode +final class Shortcode { /** * The Shortcode's instance is stored in a static field. This field is an