Total Complexity | 1 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | final class PurgerFactory extends AbstractFactory |
||
17 | { |
||
18 | /** |
||
19 | * @param ContainerInterface $container |
||
20 | * @param string $requestedName |
||
21 | * @param array|null $options |
||
22 | * |
||
23 | * @return ORMPurger |
||
24 | */ |
||
25 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null): ORMPurger |
||
42 |