Total Complexity | 7 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | class CalculateNextCharge |
||
14 | { |
||
15 | /** |
||
16 | * @param Subscription $subscription |
||
17 | */ |
||
18 | public static function for($subscription) |
||
25 | ); |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param \DateTime $startDate |
||
30 | * @param $period |
||
31 | * @param $interval |
||
32 | */ |
||
33 | protected static function nextBillingDate(\DateTime $startDate, $period, $interval) |
||
53 |