Passed
Push — master ( 2fd11b...4bcd0b )
by Aimeos
03:35
created
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.
templates/admin/jqadm/settings/item.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 };
11 11
 
12 12
 
13
-$enc = $this->encoder();$params = $this->get( 'pageParams', [] );
13
+$enc = $this->encoder(); $params = $this->get( 'pageParams', [] );
14 14
 
15 15
 
16 16
 ?>
Please login to merge, or discard this patch.