Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function __construct( |
||
19 | protected string $group = 'default', |
||
20 | protected string|null $strategy = null, |
||
21 | protected string|null $description = null, |
||
22 | protected array $excludeCriteria = [], |
||
23 | protected array $includeCriteria = [], |
||
24 | protected string|null $filterCriteriaEventName = null, |
||
25 | protected int|null $limit = null, |
||
26 | ) { |
||
27 | } |
||
54 |