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