From 4a5ee4d1e0aa224a7ef0040f618cd027b7b5521a Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 21 Aug 2024 07:40:08 +1200 Subject: [PATCH] Comment fix --- CRM/Civixero/Contact.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Civixero/Contact.php b/CRM/Civixero/Contact.php index c8ba0ea..d4f9991 100644 --- a/CRM/Civixero/Contact.php +++ b/CRM/Civixero/Contact.php @@ -24,7 +24,6 @@ public function pull(array $params): void { $params['xero_contact_id'] = $params['xero_contact_id'] ?? FALSE; $errors = []; - $count = 0; /** @noinspection PhpUndefinedMethodInspection */ $result = $this ->getSingleton($params['connector_id']) @@ -435,7 +434,7 @@ public function getContactsRequiringPushUpdate(array $params, int $limit): array * * @param array $contact * Contact Array as returned from API - * @param string $accountsContactID + * @param string|null $accountsContactID * * @return array|bool * Contact Object/ array as expected by accounts package