From 931d15e476853d1dfae5596cdbacda23f19486e1 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 16 Feb 2026 08:42:20 +0100 Subject: [PATCH] feat(IContainer): Undeprecate class Signed-off-by: provokateurin --- lib/public/IContainer.php | 1 - 1 file changed, 1 deletion(-) 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 { /**