@@ -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 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * @param $id |
27 | - * @return EventEvent |
|
27 | + * @return EventProjectedToJSONLD |
|
28 | 28 | */ |
29 | 29 | public function createEvent($id) |
30 | 30 | { |
@@ -70,7 +70,7 @@ |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @param mixed $json |
|
73 | + * @param stdClass $json |
|
74 | 74 | * |
75 | 75 | * @throws ValidationException |
76 | 76 | */ |
@@ -70,7 +70,7 @@ |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @param mixed $json |
|
73 | + * @param stdClass $json |
|
74 | 74 | * |
75 | 75 | * @throws ValidationException |
76 | 76 | */ |