Passed
Push — master ( 796792...913643 )
by Aimeos
03:37
created
admin/jqadm/src/Admin/JQAdm/Product/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -416,7 +416,7 @@
 block discarded – undo
416 416
 
417 417
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
418 418
 				$refItem = $cntl->add( $refItem, $file );
419
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
419
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
420 420
 				$refItem = $cntl->copy( $refItem );
421 421
 			}
422 422
 
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
@@ -385,7 +385,7 @@
 block discarded – undo
385 385
 
386 386
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
387 387
 				$refItem = $cntl->add( $refItem, $file );
388
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
388
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
389 389
 				$refItem = $cntl->copy( $refItem );
390 390
 			}
391 391
 
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Attribute/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -385,7 +385,7 @@
 block discarded – undo
385 385
 
386 386
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
387 387
 				$refItem = $cntl->add( $refItem, $file );
388
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
388
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
389 389
 				$refItem = $cntl->copy( $refItem );
390 390
 			}
391 391
 
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
@@ -385,7 +385,7 @@
 block discarded – undo
385 385
 
386 386
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
387 387
 				$refItem = $cntl->add( $refItem, $file );
388
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
388
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
389 389
 				$refItem = $cntl->copy( $refItem );
390 390
 			}
391 391
 
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
@@ -385,7 +385,7 @@
 block discarded – undo
385 385
 
386 386
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
387 387
 				$refItem = $cntl->add( $refItem, $file );
388
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
388
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
389 389
 				$refItem = $cntl->copy( $refItem );
390 390
 			}
391 391
 
Please login to merge, or discard this patch.