Searched refs:PsrContainerInterface (Results 1 – 2 of 2) sorted by relevance
8 use Psr\Container\ContainerInterface as PsrContainerInterface; alias14 * @var PsrContainerInterface|ContainerInterface19 * @param PsrContainerInterface|ContainerInterface $container23 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {24 …intf('The container must be an instance of %s or %s (%s given).', PsrContainerInterface::class, Co…
8 use Psr\Container\ContainerInterface as PsrContainerInterface; alias14 * @var PsrContainerInterface|ContainerInterface24 * @param PsrContainerInterface|ContainerInterface $container29 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {30 …intf('The container must be an instance of %s or %s (%s given).', PsrContainerInterface::class, Co…