Test Failed
Push — master ( c4f486...829997 )
by
unknown
35:45 queued 20:22
created
server/includes/upload_attachment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -452,7 +452,7 @@
 block discarded – undo
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";
Please login to merge, or discard this patch.
plugins/files/php/modules/class.fileslistmodule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.