Passed
Push — master ( aa6b4c...558466 )
by Aimeos
02:15
created
src/Client/Html/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
 		$domain = str_replace( '/', '_', $item->getResourceType() ); // maximum compatiblity
381 381
 
382 382
 		if( in_array( $item->getResourceType(), ['catalog', 'product', 'supplier', 'cms'] ) ) {
383
-			$tags[] = $tagAll ? $domain . '-' . $item->getId() : $domain ;
383
+			$tags[] = $tagAll ? $domain . '-' . $item->getId() : $domain;
384 384
 		}
385 385
 
386 386
 		if( $item instanceof \Aimeos\MShop\Common\Item\Time\Iface && ( $date = $item->getDateEnd() ) !== null ) {
Please login to merge, or discard this patch.