|
@@ -63,8 +63,8 @@ |
|
|
block discarded – undo |
|
63
|
63
|
if ($endOfPessach > $orthodoxEaster) { |
|
64
|
64
|
$weekday = $endOfPessach->format('w'); |
|
65
|
65
|
var_Dump('foo'); |
|
66
|
|
- var_Dump($endOfPessach->add(new \DateInterval('P' . (7-$weekday) . 'D'))); |
|
67
|
|
- return $endOfPessach->add(new \DateInterval('P' . (7-$weekday) . 'D')); |
|
|
66
|
+ var_Dump($endOfPessach->add(new \DateInterval('P' . (7 - $weekday) . 'D'))); |
|
|
67
|
+ return $endOfPessach->add(new \DateInterval('P' . (7 - $weekday) . 'D')); |
|
68
|
68
|
} |
|
69
|
69
|
|
|
70
|
70
|
return $orthodoxEaster; |
Please login to merge, or discard this patch.