From cd6817055a6f21be6d6e769c6a39140a4841ae0b Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 9 Aug 2021 20:37:06 +0300 Subject: [PATCH] fix(flextype): fix PHPDoc tag @param references unknown parameter for Flextype --- src/flextype/Flextype.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/flextype/Flextype.php b/src/flextype/Flextype.php index 3d7045a1..162a1799 100644 --- a/src/flextype/Flextype.php +++ b/src/flextype/Flextype.php @@ -25,17 +25,21 @@ final class Flextype /** * The Flextype instance. * - * @var array + * @var Flextype|null */ private static ?Flextype $instance = null; /** * The Flextype Application. + * + * @var App */ private static App $app; /** * The Flextype Application Container. + * + * @var Container */ private static Container $container; @@ -82,7 +86,7 @@ final class Flextype /** * Get Flextype Application Container. * - * @return Flextype Returns Flextype Application Container. + * @return Container Returns Flextype Application Container. * * @access public */