Completed
Push — development ( f7e997...1f7113 )
by Torben
05:40
created
Classes/Domain/Model/Registration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -759,7 +759,7 @@  discard block
 block discarded – undo
759 759
     /**
760 760
      * Returns the frontenduser
761 761
      *
762
-     * @return \TYPO3\CMS\Extbase\Domain\Model\FrontendUser
762
+     * @return integer
763 763
      */
764 764
     public function getFeUser()
765 765
     {
@@ -769,7 +769,7 @@  discard block
 block discarded – undo
769 769
     /**
770 770
      * Sets the frontenduser
771 771
      *
772
-     * @param \TYPO3\CMS\Extbase\Domain\Model\FrontendUser $feUser
772
+     * @param \TYPO3\CMS\Extbase\Domain\Model\FrontendUser|null $feUser
773 773
      * @return void
774 774
      */
775 775
     public function setFeUser($feUser)
Please login to merge, or discard this patch.