| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class DoctrineCacheAdapterFactory implements FactoryInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * MemcachedAdapterFactory constructor. |
||
| 17 | * |
||
| 18 | * @codeCoverageIgnore |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 25 | ); |
||
| 26 | } |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param ContainerInterface $container |
||
| 31 | * @param array $options |
||
| 32 | * |
||
| 33 | * @return DoctrineCachePool |
||
| 34 | */ |
||
| 35 | 2 | public function __invoke(ContainerInterface $container, array $options): DoctrineCachePool |
|
| 47 |