From 6ac7f032412992cad2b363d99b3a4029c00d178a Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Fri, 2 Sep 2016 06:40:52 +0300 Subject: [PATCH] Generic.Formatting.DisallowMultipleStatements.SameLine --- includes/admin/class-wc-admin-settings.php | 2 +- .../admin/meta-boxes/views/html-order-refund.php | 8 +++++--- .../admin/meta-boxes/views/html-variation-admin.php | 2 +- includes/admin/reports/class-wc-admin-report.php | 12 ++++++++---- .../admin/reports/class-wc-report-coupon-usage.php | 2 +- includes/admin/reports/class-wc-report-customers.php | 2 +- .../reports/class-wc-report-sales-by-category.php | 2 +- .../admin/reports/class-wc-report-sales-by-date.php | 2 +- .../reports/class-wc-report-sales-by-product.php | 2 +- .../admin/views/html-admin-page-status-report.php | 2 +- includes/class-wc-shortcodes.php | 5 ++++- includes/libraries/class-wc-eval-math.php | 3 ++- phpcs.ruleset.xml | 2 +- 13 files changed, 28 insertions(+), 18 deletions(-) diff --git a/includes/admin/class-wc-admin-settings.php b/includes/admin/class-wc-admin-settings.php index 407eb7e6259..7effb8e23f7 100644 --- a/includes/admin/class-wc-admin-settings.php +++ b/includes/admin/class-wc-admin-settings.php @@ -515,7 +515,7 @@ class WC_Admin_Settings { } ?> - + id="-width" type="text" size="3" value="" /> × id="-height" type="text" size="3" value="" />px diff --git a/includes/admin/meta-boxes/views/html-order-refund.php b/includes/admin/meta-boxes/views/html-order-refund.php index 30940b11791..04fb3f67c92 100644 --- a/includes/admin/meta-boxes/views/html-order-refund.php +++ b/includes/admin/meta-boxes/views/html-order-refund.php @@ -36,9 +36,11 @@ $who_refunded = new WP_User( $refund->get_refunded_by() ); - - - + + + + +
diff --git a/includes/admin/meta-boxes/views/html-variation-admin.php b/includes/admin/meta-boxes/views/html-variation-admin.php index 9ee2b46f594..bba8fefa710 100644 --- a/includes/admin/meta-boxes/views/html-variation-admin.php +++ b/includes/admin/meta-boxes/views/html-variation-admin.php @@ -59,7 +59,7 @@ extract( $variation_data );