| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null): ReportingCloud |
||
| 27 | { |
||
| 28 | $reportingCloud = $container->get('ReportingCloud'); |
||
| 29 | assert($reportingCloud instanceof TextControlReportingCloudReportingCloud); |
||
| 30 | |||
| 31 | return new ReportingCloud($reportingCloud); |
||
| 32 | } |
||
| 34 |