PHPDoc @throws Tag Added
This commit is contained in:
parent
ba8e866bf1
commit
f617a84b1f
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue