@@ -452,7 +452,7 @@ |
||
452 | 452 | $props = []; |
453 | 453 | |
454 | 454 | // Addresses field value. |
455 | - $businessAddress = ($contactProps[$properties["business_address_street"]] ?? '' ) . "\n"; |
|
455 | + $businessAddress = ($contactProps[$properties["business_address_street"]] ?? '') . "\n"; |
|
456 | 456 | $businessAddress .= ($contactProps[$properties["business_address_city"]] ?? '') . " "; |
457 | 457 | $businessAddress .= ($contactProps[$properties["business_address_state"]] ?? '') . " "; |
458 | 458 | $businessAddress .= ($contactProps[$properties["business_address_postal_code"]] ?? '') . "\n"; |
@@ -219,7 +219,7 @@ |
||
219 | 219 | $backendDisplayName = $backend->backendDisplayName; |
220 | 220 | $backendVersion = $backend->backendVersion; |
221 | 221 | $cacheVersion = $this->getVersionFromCache($backendDisplayName, $accountID); |
222 | - if(!is_string($cacheVersion)) { |
|
222 | + if (!is_string($cacheVersion)) { |
|
223 | 223 | $cacheVersion = '0'; |
224 | 224 | } |
225 | 225 | $dir = $this->getCache($accountID, $cachePath); |