Passed
Push — master ( 207803...4545a3 )
by Aimeos
03:17
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/order/item.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 	 *
29 29
 	 * @param string List of suggested config keys
30 30
 	 * @since 2017.10
31
-		 * @see admin/jqadm/order/service/payment/attribute/suggest
31
+	 * @see admin/jqadm/order/service/payment/attribute/suggest
32 32
 	 */
33 33
 	'delivery' => $this->config( 'admin/jqadm/order/service/delivery/attribute/suggest', ['trackingid'] ),
34 34
 
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 	 *
42 42
 	 * @param string List of suggested config keys
43 43
 	 * @since 2017.10
44
-		 * @see admin/jqadm/order/service/delivery/attribute/suggest
44
+	 * @see admin/jqadm/order/service/delivery/attribute/suggest
45 45
 	 */
46 46
 	'payment' => $this->config( 'admin/jqadm/order/service/payment/attribute/suggest', [] ),
47 47
 ];
Please login to merge, or discard this patch.