Completed
Push — typo3-10-compatibility ( e39678...fd40d3 )
by Torben
02:38 queued 01:10
created
Classes/Controller/EventController.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
      * Detail view for an event
325 325
      *
326 326
      * @param \DERHANSEN\SfEventMgt\Domain\Model\Event $event Event
327
-     * @return mixed string|void
327
+     * @return string|null string|void
328 328
      */
329 329
     public function detailAction(Event $event = null)
330 330
     {
@@ -386,7 +386,7 @@  discard block
 block discarded – undo
386 386
      *
387 387
      * @param Event $event The event
388 388
      *
389
-     * @return string|false
389
+     * @return string|null
390 390
      */
391 391
     public function icalDownloadAction(Event $event = null)
392 392
     {
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
      *
406 406
      * @param \DERHANSEN\SfEventMgt\Domain\Model\Event $event Event
407 407
      *
408
-     * @return mixed string|void
408
+     * @return string|null string|void
409 409
      */
410 410
     public function registrationAction(Event $event = null)
411 411
     {
@@ -563,7 +563,7 @@  discard block
 block discarded – undo
563 563
      * @Extbase\Validate("DERHANSEN\SfEventMgt\Validation\Validator\RegistrationFieldValidator")
564 564
      * @Extbase\Validate("DERHANSEN\SfEventMgt\Validation\Validator\RegistrationValidator")
565 565
      *
566
-     * @return mixed string|void
566
+     * @return string|null string|void
567 567
      */
568 568
     public function saveRegistrationAction(Registration $registration, Event $event)
569 569
     {
Please login to merge, or discard this patch.