Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class IdGreaterThanFilter extends Filter |
||
14 | { |
||
15 | /** @var ReportRepositoryInterface */ |
||
16 | private $reportRepository; |
||
17 | |||
18 | public function __construct(ReportRepositoryInterface $reportRepository) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @throws StringsException |
||
25 | */ |
||
26 | public function filter(QueryBuilder $queryBuilder, ReportConfigurationInterface $reportConfiguration, array $configuration): void |
||
39 |