Completed
Push — 14.2 ( 5702a1...375f73 )
by Nathan
38:22
created
calendar/inc/class.calendar_import_ical.inc.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -101,8 +101,7 @@  discard block
 block discarded – undo
101 101
 	/**
102 102
 	 * imports entries according to given definition object.
103 103
 	 * @param resource $_stream
104
-	 * @param string $_charset
105
-	 * @param definition $_definition
104
+	 * @param importexport_definition $_definition
106 105
 	 */
107 106
 	public function import( $_stream, importexport_definition $_definition ) {
108 107
 
@@ -157,7 +156,6 @@  discard block
 block discarded – undo
157 156
 	/**
158 157
 	 * Add a warning message about conflicting events
159 158
 	 * 
160
-	 * @param int $record_num Current record index
161 159
 	 * @param Array $conflicts List of found conflicting events
162 160
 	 */
163 161
 	public function conflict_warning(&$event, &$conflicts)
Please login to merge, or discard this patch.