Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 85.71% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class MissingWith extends Missing |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritDoc} |
||
22 | */ |
||
23 | public function fillParameters(array $params): RakitRule |
||
24 | { |
||
25 | 2 | $this->params['fields'] = $params; |
|
26 | |||
27 | 2 | return $this; |
|
28 | } |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | */ |
||
33 | public function check($value): bool |
||
45 | } |
||
46 | } |
||
47 |