1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

refactor(shortcode): fix typhint in Shortcode

This commit is contained in:
Awilum
2020-12-27 22:16:17 +03:00
parent 0255e21640
commit 43a77995e5

View File

@@ -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
{