Merge pull request #16175 from jaydeeprami/jd-fix-param-typo

Fix typo in '@oaram' to '@param'
This commit is contained in:
Mike Jolley 2017-07-19 09:48:26 +01:00 committed by GitHub
commit 263a9123a7
1 changed files with 3 additions and 2 deletions

View File

@ -369,8 +369,9 @@ class WC_Customer_Data_Store extends WC_Data_Store_WP implements WC_Customer_Dat
/**
* Search customers and return customer IDs.
*
* @param string $term
* @oaram int|string $limit @since 3.0.7
* @param string $term
* @param int|string $limit @since 3.0.7
*
* @return array
*/
public function search_customers( $term, $limit = '' ) {