Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
40 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null): ReportingCloud |
||
41 | { |
||
42 | $reportingCloud = $container->get('ReportingCloud'); |
||
43 | assert($reportingCloud instanceof TxTextControlReportingCloudReportingCloud); |
||
44 | |||
45 | return new ReportingCloud($reportingCloud); |
||
46 | } |
||
48 |