@@ -219,7 +219,7 @@ |
||
219 | 219 | /** |
220 | 220 | * Get the event start date |
221 | 221 | * |
222 | - * @return Date |
|
222 | + * @return SS_Datetime|null |
|
223 | 223 | */ |
224 | 224 | private function getEventStartDate() |
225 | 225 | { |
@@ -156,7 +156,7 @@ |
||
156 | 156 | * Create the actual field |
157 | 157 | * Overwrite this on the field subclass |
158 | 158 | * |
159 | - * @param $fieldName string Created by the AttendeeField |
|
159 | + * @param string $fieldName string Created by the AttendeeField |
|
160 | 160 | * @param $defaultValue string Set a default value |
161 | 161 | * |
162 | 162 | * @return FormField |