PHPDoc @throws Tag Added

This commit is contained in:
Khan M Rashedun-Naby 2018-06-07 22:02:11 +06:00
parent ba8e866bf1
commit f617a84b1f
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class WC_Privacy_Exporters {
*
* @since 3.4.0
* @param WP_User $user user object.
* @throws Exception If customer cannot be read/found and $data is set to WC_Customer class.
* @return array
*/
protected static function get_customer_personal_data( $user ) {