Passed
Push — master ( ecc17a...1d1141 )
by Aimeos
05:23
created
lib/mshoplib/src/MShop/Media/Item/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@
 block discarded – undo
250 250
 
251 251
 		if( $width === false ) {
252 252
 			return (string) reset( $list );
253
-		} elseif ( $width === true ) {
253
+		} elseif( $width === true ) {
254 254
 			return (string) end( $list );
255 255
 		} elseif( isset( $list[$width] ) ) {
256 256
 			return (string) $list[$width];
Please login to merge, or discard this patch.