feat(IContainer): Undeprecate class

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2026-02-16 08:42:20 +01:00
parent 935c2416b5
commit 931d15e476
No known key found for this signature in database

View file

@ -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 {
/**