Completed
Push — master ( 859b72...670fc0 )
by WEBEWEB
02:39
created
Model/Traits/PhoneNumbersTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      * Set the mobile number.
56 56
      *
57 57
      * @param type $mobileNumber
58
-     * @return mixed Returns the class using this trait.
58
+     * @return PhoneNumbersTrait Returns the class using this trait.
59 59
      */
60 60
     public function setMobileNumber($mobileNumber) {
61 61
         $this->mobileNumber = $mobileNumber;
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * Set the phone number.
67 67
      *
68 68
      * @param string $phoneNumber The phone number.
69
-     * @return mixed Returns the class using this trait.
69
+     * @return PhoneNumbersTrait Returns the class using this trait.
70 70
      */
71 71
     public function setPhoneNumber($phoneNumber) {
72 72
         $this->phoneNumber = $phoneNumber;
Please login to merge, or discard this patch.