Passed
Push — master ( e56adc...f6e7c5 )
by Aimeos
07:09 queued 03:09
created
admin/jqadm/src/Admin/JQAdm/Attribute/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@
 block discarded – undo
355 355
 			{
356 356
 				$refItem = $cntl->add( $refItem, $file );
357 357
 
358
-				if( $preview &&  $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
358
+				if( $preview && $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
359 359
 					$refItem = $cntl->addPreview( $refItem, $preview );
360 360
 				}
361 361
 			}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -382,7 +382,7 @@
 block discarded – undo
382 382
 			{
383 383
 				$refItem = $cntl->add( $refItem, $file );
384 384
 
385
-				if( $preview &&  $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
385
+				if( $preview && $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
386 386
 					$refItem = $cntl->addPreview( $refItem, $preview );
387 387
 				}
388 388
 			}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Service/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
 			{
354 354
 				$refItem = $cntl->add( $refItem, $file );
355 355
 
356
-				if( $preview &&  $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
356
+				if( $preview && $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
357 357
 					$refItem = $cntl->addPreview( $refItem, $preview );
358 358
 				}
359 359
 			}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Supplier/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
 			{
354 354
 				$refItem = $cntl->add( $refItem, $file );
355 355
 
356
-				if( $preview &&  $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
356
+				if( $preview && $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
357 357
 					$refItem = $cntl->addPreview( $refItem, $preview );
358 358
 				}
359 359
 			}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Catalog/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
 			{
354 354
 				$refItem = $cntl->add( $refItem, $file );
355 355
 
356
-				if( $preview &&  $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
356
+				if( $preview && $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
357 357
 					$refItem = $cntl->addPreview( $refItem, $preview );
358 358
 				}
359 359
 			}
Please login to merge, or discard this patch.