| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | class ReportingCloudFactory implements FactoryInterface |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @param ContainerInterface $container |
||
| 30 | * @param string $requestedName |
||
| 31 | * @param array|null $options |
||
| 32 | * |
||
| 33 | * @return ReportingCloud |
||
| 34 | */ |
||
| 35 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null): ReportingCloud |
||
| 42 |