@@ -69,9 +69,9 @@ |
||
69 | 69 | /** |
70 | 70 | * Function to clean the data from the Callback Function for optimized display |
71 | 71 | * |
72 | - * @param $email |
|
73 | - * @param $bounce_type |
|
74 | - * @param $remove |
|
72 | + * @param string $email |
|
73 | + * @param string $bounce_type |
|
74 | + * @param boolean $remove |
|
75 | 75 | * |
76 | 76 | * @return mixed |
77 | 77 | */ |
@@ -40,9 +40,9 @@ |
||
40 | 40 | /** |
41 | 41 | * Function to clean the data from the Callback Function for optimized display |
42 | 42 | * |
43 | - * @param $email |
|
44 | - * @param $bounceType |
|
45 | - * @param $remove |
|
43 | + * @param string $email |
|
44 | + * @param string $bounceType |
|
45 | + * @param boolean $remove |
|
46 | 46 | * |
47 | 47 | * @return mixed |
48 | 48 | */ |
@@ -772,7 +772,7 @@ |
||
772 | 772 | * @param string $mailbox the mailbox name, must be in 'INBOX.checkmailbox' format |
773 | 773 | * @param boolean $create whether or not to create the checkmailbox if not found, defaults to true |
774 | 774 | * |
775 | - * @return boolean |
|
775 | + * @return null|boolean |
|
776 | 776 | */ |
777 | 777 | public function mailboxExist($mailbox, $create = true) |
778 | 778 | { |
@@ -40,9 +40,9 @@ |
||
40 | 40 | /** |
41 | 41 | * Function to clean the data from the Callback Function for optimized display |
42 | 42 | * |
43 | - * @param $email |
|
44 | - * @param $bounceType |
|
45 | - * @param $remove |
|
43 | + * @param string $email |
|
44 | + * @param string $bounceType |
|
45 | + * @param boolean $remove |
|
46 | 46 | * |
47 | 47 | * @return mixed |
48 | 48 | */ |