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 {