Create a container and initiailze it. If you wish to *change*
anything defined in the container, then you should call
\Robo::configureContainer() instead of this function.
public static createDefaultContainer ( null | Symfony\Component\Console\Input\InputInterface $input = null, null | Symfony\Component\Console\Output\OutputInterface $output = null, null | Robo\Application $app = null, null | Robo\Config $config = null ) : League\Container\Container | League\Container\ContainerInterface | ||
$input | null | Symfony\Component\Console\Input\InputInterface | |
$output | null | Symfony\Component\Console\Output\OutputInterface | |
$app | null | Robo\Application | |
$config | null | Robo\Config | |
return | League\Container\Container | League\Container\ContainerInterface |