From d02337ec22b9f19dbd9409fb13dbd54a5f7a6700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Dec 2021 17:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Abstracts/Component.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Abstracts/Component.php b/kiri-engine/Abstracts/Component.php index 89c5131a..fd0998f3 100644 --- a/kiri-engine/Abstracts/Component.php +++ b/kiri-engine/Abstracts/Component.php @@ -19,7 +19,7 @@ use Psr\Container\ContainerInterface; /** * Class Component * @package Kiri\Kiri\Base - * @property ContainerInterface $container + * @property ContainerInterface|Container $container */ class Component implements Configure {