@@ -13,6 +13,10 @@ discard block |
||
| 13 | 13 | private $m_from; |
| 14 | 14 | private $m_to; |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param integer|null $from |
|
| 18 | + * @param null|integer $to |
|
| 19 | + */ |
|
| 16 | 20 | public function __construct( $from, $to ) { |
| 17 | 21 | global $wgLocalTimezone; |
| 18 | 22 | |
@@ -25,8 +29,6 @@ discard block |
||
| 25 | 29 | /** |
| 26 | 30 | * Generate all the timezone's transitions that are needed by the events. |
| 27 | 31 | * |
| 28 | - * @param int $from The minimum timestamp in the list of events |
|
| 29 | - * @param int $to The maximum timestamp in the list of events |
|
| 30 | 32 | */ |
| 31 | 33 | public function getIcalForTimezone() { |
| 32 | 34 | if ( $this->m_from === null || $this->m_to === null ) |