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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user