From 2d0ee50758b9d3f7d35e3b65ed84a626cc8cebf8 Mon Sep 17 00:00:00 2001 From: xl Date: Fri, 26 May 2023 10:16:21 +0800 Subject: [PATCH] qqq --- Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Container.php b/Container.php index b01813c..2fd5739 100644 --- a/Container.php +++ b/Container.php @@ -76,7 +76,7 @@ class Container implements ContainerInterface * @throws ReflectionException * @throws \Exception */ - public function get(string $id): mixed + public function get(string $id): object { if ($id === ContainerInterface::class) { return $this;