Fix phpcs errors
This commit is contained in:
parent
d800054c1e
commit
f6d90821af
|
@ -9,7 +9,6 @@ defined( 'ABSPATH' ) || exit;
|
|||
|
||||
/**
|
||||
* WC_Admin_Reports_Query
|
||||
*
|
||||
*/
|
||||
abstract class WC_Admin_Reports_Query extends WC_Object_Query {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue