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 {