Passed
Push — master ( 32cb21...e3a412 )
by Aimeos
03:45
created
admin/jqadm/src/Admin/JQAdm/Product/Download/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -407,7 +407,7 @@
 block discarded – undo
407 407
 				$data['time'] = $fs->time( $data['attribute.code'] );
408 408
 				$data['size'] = $fs->size( $data['attribute.code'] );
409 409
 			}
410
-			catch( \Exception $e ) { ; } // Show product even if file isn't available any more
410
+			catch( \Exception $e ) {; } // Show product even if file isn't available any more
411 411
 		}
412 412
 
413 413
 		return $data;
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Locale/Site/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -375,7 +375,7 @@
 block discarded – undo
375 375
 		}
376 376
 
377 377
 		$msg = $this->getContext()->translate( 'admin', 'Permission denied' );
378
-		throw new \Aimeos\Admin\JQAdm\Exception( $msg);
378
+		throw new \Aimeos\Admin\JQAdm\Exception( $msg );
379 379
 	}
380 380
 
381 381
 
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
@@ -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/Catalog/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/Service/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
@@ -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/Supplier/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.