woocommerce/includes/admin/reports
Rodrigo Primo f06ad5d78a Replace removed WordPress.Security.NonceVerification.NoNonceVerification
WordPress Coding Standard 2.0 removed the sniff
WordPress.Security.NonceVerification.NoNonceVerification:

```
The WordPress.Security.NonceVerification sniff used the same error code for both an error as well as a warning.
The old error code NoNonceVerification is no longer used.
The error now uses the Missing error code, while the warning now uses the Recommended error code.
```

(from
d45f5e5cf3/CHANGELOG.md (200-rc1---2018-12-31))

This commit updates WooCommerce code and replaces all instances where WordPress.Security.NonceVerification.NoNonceVerification verification was used with either WordPress.Security.NonceVerification.Missing or
WordPress.Security.NonceVerification.Recommended. In a few cases WordPress.Security.NonceVerification.NoNonceVerification was used but was not needed, so instead of replacing the sniff, the line was removed. In two other cases, I removed other unrelated sniffs that were not needed.
2019-12-13 17:45:32 -03:00
..
class-wc-admin-report.php Correct singular form usage in class-wc-admin-report.php 2019-06-27 11:03:35 -03:00
class-wc-report-coupon-usage.php Impoved JSON handling 2019-02-20 12:00:47 +00:00
class-wc-report-customer-list.php PHPCS fixes 2019-01-30 11:33:51 +02:00
class-wc-report-customers.php Impoved JSON handling 2019-02-20 12:00:47 +00:00
class-wc-report-downloads.php I have done with few changes which is suggested. 2019-07-10 14:52:59 +05:30
class-wc-report-low-in-stock.php use found rows 2019-03-13 10:06:49 +00:00
class-wc-report-most-stocked.php use found rows 2019-03-13 10:06:49 +00:00
class-wc-report-out-of-stock.php Outofstock lookup 2019-03-13 10:10:24 +00:00
class-wc-report-sales-by-category.php Impoved JSON handling 2019-02-20 12:00:47 +00:00
class-wc-report-sales-by-date.php Replace removed WordPress.Security.NonceVerification.NoNonceVerification 2019-12-13 17:45:32 -03:00
class-wc-report-sales-by-product.php Replace removed WordPress.Security.NonceVerification.NoNonceVerification 2019-12-13 17:45:32 -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 Handle full refunds in the taxes by code report (#21843) 2019-01-23 15:12:58 +00:00
class-wc-report-taxes-by-date.php Remove on-hold orders from tax reports as they are not paid yet. Tax reports should only contain paid orders. 2019-01-11 14:44:09 +02:00