Total Complexity | 1 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class CascadeSaveServiceFactory extends AbstractFactory |
||
19 | { |
||
20 | /** |
||
21 | * @param ContainerInterface $container |
||
22 | * @param string $requestedName |
||
23 | * @param array<mixed>|null $options |
||
24 | * |
||
25 | * @return CascadeSaveService |
||
26 | * |
||
27 | * @throws ServiceNotCreatedException |
||
28 | * @throws ServiceNotFoundException |
||
29 | */ |
||
30 | public function __invoke( |
||
46 |