Searched refs:ContainerInterface (Results 1 – 6 of 6) sorted by relevance
8 use Psr\Container\ContainerInterface as PsrContainerInterface;9 use Symfony\Component\DependencyInjection\ContainerInterface; alias14 * @var PsrContainerInterface|ContainerInterface19 * @param PsrContainerInterface|ContainerInterface $container23 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {24 …n instance of %s or %s (%s given).', PsrContainerInterface::class, ContainerInterface::class, \is_…
8 use Psr\Container\ContainerInterface as PsrContainerInterface;9 use Symfony\Component\DependencyInjection\ContainerInterface; alias14 * @var PsrContainerInterface|ContainerInterface24 * @param PsrContainerInterface|ContainerInterface $container29 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {30 …n instance of %s or %s (%s given).', PsrContainerInterface::class, ContainerInterface::class, \is_…
8 use Symfony\Component\DependencyInjection\ContainerInterface; alias13 * @var ContainerInterface22 public function __construct(ContainerInterface $container, string $realDriverId)
14 use Psr\Container\ContainerInterface; alias28 public function __construct(ContainerInterface $container)
7 use Psr\Container\ContainerInterface; alias22 class Psr11Container implements ContainerInterface