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 {