@@ -24,7 +24,7 @@ |
||
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |
27 | - * @return String |
|
27 | + * @return string |
|
28 | 28 | */ |
29 | 29 | public function getDescription() |
30 | 30 | { |
@@ -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 | { |
@@ -78,6 +78,7 @@ discard block |
||
78 | 78 | * @param Location $location |
79 | 79 | * @param CalendarInterface $calendar |
80 | 80 | * @param Theme/null $theme |
81 | + * @param string $eventId |
|
81 | 82 | * |
82 | 83 | * @return Event |
83 | 84 | */ |
@@ -282,7 +283,7 @@ discard block |
||
282 | 283 | } |
283 | 284 | |
284 | 285 | /** |
285 | - * @return UUID[] |
|
286 | + * @return \CultuurNet\UDB3\Offer\UUID[] |
|
286 | 287 | */ |
287 | 288 | public function getMediaObjects() |
288 | 289 | { |
@@ -366,9 +367,6 @@ discard block |
||
366 | 367 | /** |
367 | 368 | * Updated the contact info. |
368 | 369 | * |
369 | - * @param array $phones |
|
370 | - * @param array $emails |
|
371 | - * @param array $urls |
|
372 | 370 | */ |
373 | 371 | public function updateContactPoint(ContactPoint $contactPoint) |
374 | 372 | { |
@@ -263,7 +263,7 @@ |
||
263 | 263 | } |
264 | 264 | |
265 | 265 | /** |
266 | - * @param AbstractRemoveImage $imageRemoved |
|
266 | + * @param AbstractImageRemoved $imageRemoved |
|
267 | 267 | */ |
268 | 268 | protected function applyImageRemoved(AbstractImageRemoved $imageRemoved) |
269 | 269 | { |