@@ -304,7 +304,7 @@ |
||
304 | 304 | /** |
305 | 305 | * Returns the current frontend user object if available |
306 | 306 | * |
307 | - * @return mixed \TYPO3\CMS\Extbase\Domain\Model\FrontendUser|null |
|
307 | + * @return \TYPO3\CMS\Extbase\Domain\Model\FrontendUser \TYPO3\CMS\Extbase\Domain\Model\FrontendUser|null |
|
308 | 308 | */ |
309 | 309 | public function getCurrentFeUserObject() |
310 | 310 | { |
@@ -337,7 +337,7 @@ discard block |
||
337 | 337 | * Detail view for an event |
338 | 338 | * |
339 | 339 | * @param \DERHANSEN\SfEventMgt\Domain\Model\Event $event Event |
340 | - * @return mixed string|void |
|
340 | + * @return string|null string|void |
|
341 | 341 | */ |
342 | 342 | public function detailAction(Event $event = null) |
343 | 343 | { |
@@ -398,7 +398,7 @@ discard block |
||
398 | 398 | * |
399 | 399 | * @param Event $event The event |
400 | 400 | * |
401 | - * @return string|false |
|
401 | + * @return string|null |
|
402 | 402 | */ |
403 | 403 | public function icalDownloadAction(Event $event = null) |
404 | 404 | { |
@@ -417,7 +417,7 @@ discard block |
||
417 | 417 | * |
418 | 418 | * @param \DERHANSEN\SfEventMgt\Domain\Model\Event $event Event |
419 | 419 | * |
420 | - * @return mixed string|void |
|
420 | + * @return string|null string|void |
|
421 | 421 | */ |
422 | 422 | public function registrationAction(Event $event = null) |
423 | 423 | { |
@@ -541,7 +541,7 @@ discard block |
||
541 | 541 | * @validate $registration \DERHANSEN\SfEventMgt\Validation\Validator\RegistrationFieldValidator |
542 | 542 | * @validate $registration \DERHANSEN\SfEventMgt\Validation\Validator\RegistrationValidator |
543 | 543 | * |
544 | - * @return mixed string|void |
|
544 | + * @return string|null string|void |
|
545 | 545 | */ |
546 | 546 | public function saveRegistrationAction(Registration $registration, Event $event) |
547 | 547 | { |