Improve docblock comments in WC_Report_Out_Of_Stock class

* Added missing param tags to `get_items`
This commit is contained in:
Fredrik Forsmo 2016-01-05 11:52:38 +01:00
parent e07185ec1f
commit a59e110895
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ class WC_Report_Out_Of_Stock extends WC_Report_Stock {
/**
* Get Products matching stock criteria.
*
* @param int $current_page
* @param int $per_page
*/
public function get_items( $current_page, $per_page ) {
global $wpdb;