woocommerce/includes/admin/reports
Rodrigo Primo a9e532022a Replace `continue` inside `switch` statement with `break`
PHP 7.3 will generate a warning when `continue` is used inside a `switch` statement. For more information see the relevant section in https://make.wordpress.org/core/2018/10/15/wordpress-and-php-7-3/
2018-11-20 16:24:11 -02:00
..
class-wc-admin-report.php Replace `continue` inside `switch` statement with `break` 2018-11-20 16:24:11 -02:00
class-wc-report-coupon-usage.php Changed usage of selected with in_array to wc_selected. 2018-04-17 13:24:39 +02:00
class-wc-report-customer-list.php Fixed customer list query 2018-09-08 21:21:00 -03:00
class-wc-report-customers.php Revert "Update wc_customer_bought_product() and customers report to use post_author instead of _customer_user" 2018-10-29 11:15:22 -03:00
class-wc-report-downloads.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-low-in-stock.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-most-stocked.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-out-of-stock.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-sales-by-category.php Fixed path of walker classes 2018-03-09 16:31:00 -03:00
class-wc-report-sales-by-date.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-sales-by-product.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-stock.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-taxes-by-code.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00
class-wc-report-taxes-by-date.php Use phpcbf to fix coding standard violations in includes/admin 2018-03-05 16:21:35 -03:00