Skip to content

Commit

Permalink
Reverted changes to Robo::createContainer() and Robo::createDefaultCo…
Browse files Browse the repository at this point in the history
…ntainer() return types.
  • Loading branch information
joeparsons committed Sep 14, 2020
1 parent 1a6eab9 commit 1d4b0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static function loadConfiguration($paths, $config = null)
* @param null|\Consolidation\Config\ConfigInterface $config
* @param null|\Composer\Autoload\ClassLoader $classLoader
*
* @return \League\Container\Container|\Psr\Container\ContainerInterface
* @return \Psr\Container\ContainerInterface
*/
public static function createContainer($app = null, $config = null, $classLoader = null)
{
Expand Down Expand Up @@ -180,7 +180,7 @@ public static function createContainer($app = null, $config = null, $classLoader
*
* @deprecated Use createContainer instead
*
* @return \League\Container\Container|\Psr\Container\ContainerInterface
* @return \Psr\Container\ContainerInterface
*/
public static function createDefaultContainer($input = null, $output = null, $app = null, $config = null, $classLoader = null)
{
Expand Down

0 comments on commit 1d4b0e4

Please sign in to comment.