Completed
Push — master ( 6e8fee...4be246 )
by Aimeos
16s queued 13s
created
controller/jobs/src/Controller/Jobs/Product/Export/Sitemap/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -362,7 +362,7 @@
 block discarded – undo
362 362
 			$msg = sprintf( 'Required configuration for "%1$s" is missing', $urlConf );
363 363
 			throw new \Aimeos\Controller\Jobs\Exception( $msg );
364 364
 		}
365
-		$view->baseUrl = rtrim($baseUrl, '/') . '/';
365
+		$view->baseUrl = rtrim( $baseUrl, '/' ) . '/';
366 366
 
367 367
 		$view->siteFiles = $files;
368 368
 
Please login to merge, or discard this patch.
controller/jobs/src/Controller/Jobs/Catalog/Export/Sitemap/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@
 block discarded – undo
361 361
 			$msg = sprintf( 'Required configuration for "%1$s" is missing', $urlConf );
362 362
 			throw new \Aimeos\Controller\Jobs\Exception( $msg );
363 363
 		}
364
-		$view->baseUrl = rtrim($baseUrl, '/') . '/';
364
+		$view->baseUrl = rtrim( $baseUrl, '/' ) . '/';
365 365
 
366 366
 		$view->siteFiles = $files;
367 367
 
Please login to merge, or discard this patch.