From 0b6c62c41cb773af55ba687d44b6ccd298b10085 Mon Sep 17 00:00:00 2001 From: whwyy Date: Thu, 30 Nov 2023 17:10:37 +0800 Subject: [PATCH] eee --- Container.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Container.php b/Container.php index d0a5d1d..dee427e 100644 --- a/Container.php +++ b/Container.php @@ -21,6 +21,10 @@ use ReflectionFunction; use ReflectionMethod; use ReflectionParameter; + +/** + * Class Container + */ class Container implements ContainerInterface {