Completed
Push — master ( 31bc6f...d0faea )
by Gareth
03:21
created
examples/contacts/updateContact.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,13 +17,13 @@
 block discarded – undo
17 17
 //Phone numbers have to be updated in the same manner
18 18
 $api->updateContactItem($contact[0]->getItemId(), array(
19 19
     'GivenName' => 'Jane',
20
-    'EmailAddress:EmailAddress1' => array (
21
-        'EmailAddresses' => array (
20
+    'EmailAddress:EmailAddress1' => array(
21
+        'EmailAddresses' => array(
22 22
             'Entry' => array('Key' => 'EmailAddress1', '_value' => '[email protected]')
23 23
         )
24 24
     ),
25
-    'PhoneNumber:HomePhone' => array (
26
-        'PhoneNumbers' => array (
25
+    'PhoneNumber:HomePhone' => array(
26
+        'PhoneNumbers' => array(
27 27
             'Entry' => array('Key' => 'HomePhone', '_value' => '111')
28 28
         )
29 29
     )
Please login to merge, or discard this patch.