Home
last modified time | relevance | path

Searched refs:PsrContainerInterface (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php8 use Psr\Container\ContainerInterface as PsrContainerInterface; alias
14 * @var PsrContainerInterface|ContainerInterface
19 * @param PsrContainerInterface|ContainerInterface $container
23 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {
24 …intf('The container must be an instance of %s or %s (%s given).', PsrContainerInterface::class, Co…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php8 use Psr\Container\ContainerInterface as PsrContainerInterface; alias
14 * @var PsrContainerInterface|ContainerInterface
24 * @param PsrContainerInterface|ContainerInterface $container
29 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {
30 …intf('The container must be an instance of %s or %s (%s given).', PsrContainerInterface::class, Co…