Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Aug 20, 2024
1 parent 249cd64 commit 4a5ee4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CRM/Civixero/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4a5ee4d

Please sign in to comment.