Completed
Push — master ( 3dbeb3...9eb3ea )
by Gareth
24s queued 10s
created
src/ContactsAPI.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * @param Type\BaseFolderIdType $folderId
59 59
      * @param array $options
60
-     * @return Type\ContactItemType[]
60
+     * @return Type
61 61
      */
62 62
     public function getContacts($folderId = null, $options = array())
63 63
     {
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     /**
84 84
      * @param Type\ItemIdType $itemId
85 85
      * @param array $options
86
-     * @return Type\ContactItemType
86
+     * @return Type
87 87
      */
88 88
     public function getContact($itemId, $options = array())
89 89
     {
Please login to merge, or discard this patch.