| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 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 | ) { |
||
| 26 | } |
||
| 48 |