Fix phpcs errors

This commit is contained in:
Jonathan Belcher 2018-10-17 12:51:48 -04:00
parent d800054c1e
commit f6d90821af
4 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@ defined( 'ABSPATH' ) || exit;
/**
* WC_Admin_Reports_Query
*
*/
abstract class WC_Admin_Reports_Query extends WC_Object_Query {

View File

@ -10,7 +10,6 @@ defined( 'ABSPATH' ) || exit;
/**
* WC_Admin_Reports_Categories_Data_Store.
*
*/
class WC_Admin_Reports_Categories_Data_Store extends WC_Admin_Reports_Data_Store implements WC_Admin_Reports_Data_Store_Interface {

View File

@ -9,7 +9,6 @@ defined( 'ABSPATH' ) || exit;
/**
* WC_Admin_Reports_Products_Data_Store.
*
*/
class WC_Admin_Reports_Products_Data_Store extends WC_Admin_Reports_Data_Store implements WC_Admin_Reports_Data_Store_Interface {

View File

@ -10,7 +10,6 @@ defined( 'ABSPATH' ) || exit;
/**
* WC_Reports_Products_Stats_Data_Store.
*
*/
class WC_Admin_Reports_Products_Stats_Data_Store extends WC_Admin_Reports_Products_Data_Store implements WC_Admin_Reports_Data_Store_Interface {