Improve docblock comments in WC_Report_Out_Of_Stock class
* Added missing param tags to `get_items`
This commit is contained in:
parent
e07185ec1f
commit
a59e110895
|
@ -27,6 +27,9 @@ class WC_Report_Out_Of_Stock extends WC_Report_Stock {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get Products matching stock criteria.
|
* Get Products matching stock criteria.
|
||||||
|
*
|
||||||
|
* @param int $current_page
|
||||||
|
* @param int $per_page
|
||||||
*/
|
*/
|
||||||
public function get_items( $current_page, $per_page ) {
|
public function get_items( $current_page, $per_page ) {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
|
|
Loading…
Reference in New Issue