@@ -101,8 +101,7 @@ discard block |
||
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 |
||
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) |