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;