Skip to content

Commit

Permalink
Merge pull request #2190 from hannesvdvreken/patch-1
Browse files Browse the repository at this point in the history
Reference to Psr container
  • Loading branch information
geggleto committed Apr 16, 2017
2 parents 87a55b5 + 5acc9ec commit 1365d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Slim/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Slim's default DI container is Pimple.
*
* Slim\App expects a container that implements Interop\Container\ContainerInterface
* Slim\App expects a container that implements Psr\Container\ContainerInterface
* with these service keys configured and ready for use:
*
* - settings: an array or instance of \ArrayAccess
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 1365d12

Please sign in to comment.