From 9556e5d2bb0a7c43a6397641a1c8b2828b03073d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 6 Sep 2021 14:30:57 +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 --- core/Di/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Di/Container.php b/core/Di/Container.php index e643050e..5405df74 100644 --- a/core/Di/Container.php +++ b/core/Di/Container.php @@ -75,7 +75,7 @@ class Container extends BaseObject implements ContainerInterface * * @return mixed * @throws ReflectionException - * @throws Exception + * @throws */ public function get($class, array $constrict = [], array $config = []): mixed {