Completed
Push — master ( 3cbf7e...75ffc6 )
by Gareth
05:09
created
src/Contacts/ContactsAPI.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
examples/contacts/deleteContactField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 $contact = $api->getContacts();
8 8
 
9 9
 $api->updateContactItem($contact[0]->getItemId(), array(
10
-    'deleteFields' => array (
10
+    'deleteFields' => array(
11 11
         'GivenName',
12 12
         'PhoneNumber:HomePhone'
13 13
     )
Please login to merge, or discard this patch.