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