From 5acc9ecd3daad006eb831e9402fbb6156b5f2f74 Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Wed, 22 Mar 2017 15:32:32 +0100 Subject: [PATCH] Remove old reference --- Slim/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/Container.php b/Slim/Container.php index 2f73c4385..1f713ac4e 100644 --- a/Slim/Container.php +++ b/Slim/Container.php @@ -18,7 +18,7 @@ * Slim's default DI container is Pimple. * * Slim\App expects a container that implements Psr\Container\ContainerInterface - * through Interop\Container\ContainerInterface with these service keys configured and ready for use: + * with these service keys configured and ready for use: * * - settings: an array or instance of \ArrayAccess * - environment: an instance of \Slim\Interfaces\Http\EnvironmentInterface