Completed
Pull Request — master (#308)
by
unknown
20:14
created
formats/icalendar/SRF_Timezones.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 )
Please login to merge, or discard this patch.