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