From 7b67bc1dcf196d935cc2297c4caa5feee0c00a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Jun 2022 15:07:46 +0800 Subject: [PATCH] modify plugin name --- Container.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Container.php b/Container.php index 61910b3..641b47f 100644 --- a/Container.php +++ b/Container.php @@ -256,6 +256,7 @@ class Container implements ContainerInterface /** * @param $class * @return ReflectionClass + * @throws ReflectionException */ private function resolveDependencies($class): ReflectionClass {