diff --git a/core/Di/Container.php b/core/Di/Container.php index 5405df74..1749bd11 100644 --- a/core/Di/Container.php +++ b/core/Di/Container.php @@ -74,7 +74,6 @@ class Container extends BaseObject implements ContainerInterface * @param array $config * * @return mixed - * @throws ReflectionException * @throws */ public function get($class, array $constrict = [], array $config = []): mixed