Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
27 | { |
||
28 | 13 | $rRule = new RecurrRule($this->getRrule(), $this->getStartDate()); |
|
29 | 13 | $rRuleTransformer = new ArrayTransformer(); |
|
30 | 13 | $constraint = new BetweenConstraint($from, $to, $inc); |
|
31 | 13 | $recurrenceCollection = $rRuleTransformer->transform($rRule, $constraint); |
|
32 | 13 | $result = []; |
|
39 | } |