Completed
Push — master ( e990a0...12b212 )
by Torben
03:57
created
Classes/Controller/EventController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
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
     {
@@ -421,7 +421,7 @@  discard block
 block discarded – undo
421 421
      *
422 422
      * @param \DERHANSEN\SfEventMgt\Domain\Model\Event $event Event
423 423
      *
424
-     * @return mixed string|void
424
+     * @return string|null string|void
425 425
      */
426 426
     public function registrationAction(Event $event = null)
427 427
     {
@@ -544,7 +544,7 @@  discard block
 block discarded – undo
544 544
      * @validate $registration \DERHANSEN\SfEventMgt\Validation\Validator\RegistrationFieldValidator
545 545
      * @validate $registration \DERHANSEN\SfEventMgt\Validation\Validator\RegistrationValidator
546 546
      *
547
-     * @return mixed string|void
547
+     * @return string|null string|void
548 548
      */
549 549
     public function saveRegistrationAction(Registration $registration, Event $event)
550 550
     {
Please login to merge, or discard this patch.