Fix typo in '@oaram' to '@param'

This commit is contained in:
jaydeeprami 2017-07-19 08:14:41 +05:30
parent 5c67f0c665
commit 55100562b3
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 = '' ) {