diff --git a/lib/public/IContainer.php b/lib/public/IContainer.php index 71f31032906..9f8a38ca2fd 100644 --- a/lib/public/IContainer.php +++ b/lib/public/IContainer.php @@ -22,7 +22,6 @@ use Psr\Container\NotFoundExceptionInterface; * IContainer is the basic interface to be used for any internal dependency injection mechanism * * @since 6.0.0 - * @deprecated 20.0.0 use \Psr\Container\ContainerInterface */ interface IContainer extends ContainerInterface { /**