@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | /** |
| 36 | 36 | * @param Type\FolderIdType $folderId |
| 37 | 37 | * @param array $options |
| 38 | - * @return Type\ContactItemType[] |
|
| 38 | + * @return Type |
|
| 39 | 39 | */ |
| 40 | 40 | public function getContacts($folderId = null, $options = array()) |
| 41 | 41 | { |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | 64 | * @param Type\ItemIdType $itemId |
| 65 | - * @return Type\ContactItemType |
|
| 65 | + * @return Type |
|
| 66 | 66 | */ |
| 67 | 67 | public function getContact($itemId) |
| 68 | 68 | { |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | * |
| 75 | 75 | * @param Type\FolderIdType |
| 76 | 76 | * @param array $options |
| 77 | - * @return Type\MessageType[] |
|
| 77 | + * @return Type |
|
| 78 | 78 | */ |
| 79 | 79 | public function getMailItems($folderId = null, $options = array()) |
| 80 | 80 | { |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | /** |
| 106 | 106 | * @param Type\FolderIdType $folderId |
| 107 | 107 | * @param array $options |
| 108 | - * @return Type\MessageType[] |
|
| 108 | + * @return Type |
|
| 109 | 109 | */ |
| 110 | 110 | public function getUnreadMailItems($folderId = null, $options = array()) |
| 111 | 111 | { |