Test Failed
Push — master ( fde873...dc1916 )
by vistart
05:54
created
models/invitation/registration/UserInvitationRegistrationTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      * @param array $associatedModels
35 35
      * @param array $authRoles
36 36
      * @param User $inviter
37
-     * @return boolean
37
+     * @return false|null
38 38
      * @throws \Exception
39 39
      * @throws InvalidParamException
40 40
      */
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param $invitee
71
+     * @param UserInvitationRegistrationTrait $invitee
72 72
      * @return Registration
73 73
      */
74 74
     public function createInvitationRegistration($invitee)
Please login to merge, or discard this patch.