Skip to content

Commit

Permalink
Use PSR ContainerInterface instead of Interop
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cooper <[email protected]>
  • Loading branch information
cooperaj committed Jan 28, 2022
1 parent c147cee commit a11605a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Redis/AdapterPluginManagerDelegatorFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@

namespace Laminas\Cache\Storage\Adapter\Redis;

use Interop\Container\ContainerInterface;
use Laminas\Cache\Storage\Adapter\Redis;
use Laminas\Cache\Storage\Adapter\RedisCluster;
use Laminas\Cache\Storage\AdapterPluginManager;
use Laminas\ServiceManager\Factory\InvokableFactory;
use Psr\Container\ContainerInterface;

use function assert;

/**
* @internal
*/
final class AdapterPluginManagerDelegatorFactory
{
public function __invoke(ContainerInterface $container, string $name, callable $callback): AdapterPluginManager
Expand Down

0 comments on commit a11605a

Please sign in to comment.