Skip to content

Commit

Permalink
Add references to Psr\Container\ContainerInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Mar 22, 2017
1 parent 87a55b5 commit f7023ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Slim/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
/**
* Slim's default DI container is Pimple.
*
* Slim\App expects a container that implements Interop\Container\ContainerInterface
* with these service keys configured and ready for use:
* Slim\App expects a container that implements Psr\Container\ContainerInterface
* through Interop\Container\ContainerInterface with these service keys configured and ready for use:
*
* - settings: an array or instance of \ArrayAccess
* - environment: an instance of \Slim\Interfaces\Http\EnvironmentInterface
Expand Down Expand Up @@ -101,7 +101,7 @@ private function registerDefaultServices($userSettings)
}

/********************************************************************************
* Methods to satisfy Interop\Container\ContainerInterface
* Methods to satisfy Psr\Container\ContainerInterface
*******************************************************************************/

/**
Expand Down

0 comments on commit f7023ae

Please sign in to comment.