Skip to content

Commit

Permalink
Merge pull request #26 from cooperaj/to-psr-container-interface
Browse files Browse the repository at this point in the history
Use PSR ContainerInterface instead of Interop
  • Loading branch information
boesing authored Feb 18, 2022
2 parents c147cee + a11605a commit 289717d
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 289717d

Please sign in to comment.