From 43a77995e565d4dbf7d709ffcc93800edfc1d793 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 27 Dec 2020 22:16:17 +0300 Subject: [PATCH] refactor(shortcode): fix typhint in Shortcode --- src/flextype/Support/Parsers/Shortcode.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/flextype/Support/Parsers/Shortcode.php b/src/flextype/Support/Parsers/Shortcode.php index 09517770..5dc17046 100644 --- a/src/flextype/Support/Parsers/Shortcode.php +++ b/src/flextype/Support/Parsers/Shortcode.php @@ -49,8 +49,6 @@ final class Shortcode /** * Shortcode construct - * - * @param */ protected function __construct() { @@ -59,8 +57,6 @@ final class Shortcode /** * Shortcode facade - * - * @param */ public function facade(): ShortcodeFacade { @@ -69,8 +65,6 @@ final class Shortcode /** * Returns Shortcode Instance - * - * @param */ public static function getInstance(): Shortcode {