| Total Complexity | 2 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 26 | class ReportingCloud extends AbstractPlugin | ||
| 27 | { | ||
| 28 | /** | ||
| 29 | * @var TxTextControlReportingCloudReportingCloud | ||
| 30 | */ | ||
| 31 | protected TxTextControlReportingCloudReportingCloud $reportingCloud; | ||
| 32 | |||
| 33 | /** | ||
| 34 | * ReportingCloud constructor | ||
| 35 | * | ||
| 36 | * @param TxTextControlReportingCloudReportingCloud $reportingCloud | ||
| 37 | */ | ||
| 38 | 2 | public function __construct(TxTextControlReportingCloudReportingCloud $reportingCloud) | |
| 39 |     { | ||
| 40 | 2 | $this->reportingCloud = $reportingCloud; | |
| 41 | } | ||
| 42 | |||
| 43 | /** | ||
| 44 | * @return TxTextControlReportingCloudReportingCloud | ||
| 45 | */ | ||
| 46 | 2 | public function __invoke(): TxTextControlReportingCloudReportingCloud | |
| 49 | } | ||
| 50 | } | ||
| 51 |