Closed glen-stanbridge-brightminded closed 2 months ago
The recently introduced parameter type hint in mapToAccounts causes an error when $accountsContactID is assigned as null
$accountsContactID = !empty($record['accounts_contact_id']) ? $record['accounts_contact_id'] : NULL; $accountsContact = $this->mapToAccounts($contact, $accountsContactID);
protected function mapToAccounts(array $contact, string $accountsContactID)
The recently introduced parameter type hint in mapToAccounts causes an error when $accountsContactID is assigned as null
$accountsContactID = !empty($record['accounts_contact_id']) ? $record['accounts_contact_id'] : NULL; $accountsContact = $this->mapToAccounts($contact, $accountsContactID);
protected function mapToAccounts(array $contact, string $accountsContactID)