@@ -55,7 +55,7 @@ discard block |
||
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 |
||
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; |