| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class DueReportConfigurationProvider implements ReportConfigurationProviderInterface |
||
| 11 | { |
||
| 12 | /** @var RepositoryInterface */ |
||
| 13 | private $reportConfigurationRepository; |
||
| 14 | |||
| 15 | public function __construct(RepositoryInterface $reportConfigurationRepository) |
||
| 18 | } |
||
| 19 | |||
| 20 | public function getReportConfigurations(): array |
||
| 33 |