From c01514e5165f35e1761f2c8df2916c1a19b575ca Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 29 Nov 2023 14:49:18 +0800 Subject: [PATCH] eee --- Container.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Container.php b/Container.php index c5666f4..d738c49 100644 --- a/Container.php +++ b/Container.php @@ -78,7 +78,6 @@ class Container implements ContainerInterface /** * @param string $id * @return mixed - * @throws ReflectionException * @throws Exception */ public function get(string $id): object