Docblock: wc_get_orders returns WC_Order[]

This commit is contained in:
Gregory Karpinsky 2018-04-20 08:01:53 -04:00 committed by GitHub
parent eeaebc92a0
commit 3fe4de8a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ defined( 'ABSPATH' ) || exit;
*
* @since 2.6.0
* @param array $args Array of args (above).
* @return array|stdClass Number of pages and an array of order objects if
* @return WC_Order[]|stdClass Number of pages and an array of order objects if
* paginate is true, or just an array of values.
*/
function wc_get_orders( $args ) {