@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | |
85 | 85 | /** |
86 | 86 | * Apply the place created event. |
87 | - * @param PlaceCreate $placeCreated |
|
87 | + * @param PlaceCreated $placeCreated |
|
88 | 88 | */ |
89 | 89 | protected function applyPlaceCreated(PlaceCreated $placeCreated) |
90 | 90 | { |
@@ -114,6 +114,7 @@ discard block |
||
114 | 114 | |
115 | 115 | /** |
116 | 116 | * Handle an update command to update organizer. |
117 | + * @param string $organizerId |
|
117 | 118 | */ |
118 | 119 | public function updateOrganizer($organizerId) |
119 | 120 | { |
@@ -225,7 +226,7 @@ discard block |
||
225 | 226 | * @param string $cdbXmlNamespaceUri |
226 | 227 | * The cdb xml namespace uri. |
227 | 228 | * |
228 | - * @return Actor |
|
229 | + * @return Place |
|
229 | 230 | * The actor. |
230 | 231 | */ |
231 | 232 | public static function importFromUDB2Actor( |
@@ -48,7 +48,7 @@ |
||
48 | 48 | |
49 | 49 | /** |
50 | 50 | * @param array $data |
51 | - * @return mixed The object instance |
|
51 | + * @return AbstractImageEvent The object instance |
|
52 | 52 | */ |
53 | 53 | public static function deserialize(array $data) |
54 | 54 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | * @param string $id |
37 | 37 | * A string uniquely identifying an event. |
38 | 38 | * |
39 | - * @return array |
|
39 | + * @return string |
|
40 | 40 | * An event array. |
41 | 41 | * |
42 | 42 | * @throws EventNotFoundException if an event can not be found for the given id |
@@ -80,6 +80,7 @@ discard block |
||
80 | 80 | * @param Location $location |
81 | 81 | * @param CalendarInterface $calendar |
82 | 82 | * @param Theme/null $theme |
83 | + * @param string $eventId |
|
83 | 84 | * |
84 | 85 | * @return Event |
85 | 86 | */ |
@@ -368,9 +369,6 @@ discard block |
||
368 | 369 | /** |
369 | 370 | * Updated the contact info. |
370 | 371 | * |
371 | - * @param array $phones |
|
372 | - * @param array $emails |
|
373 | - * @param array $urls |
|
374 | 372 | */ |
375 | 373 | public function updateContactPoint(ContactPoint $contactPoint) |
376 | 374 | { |