Skip to content

Commit

Permalink
PHPDoc | Return type changed to string from array.
Browse files Browse the repository at this point in the history
  • Loading branch information
khanrn committed Jul 20, 2018
1 parent eb104ec commit 90b6f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/export/abstract-wc-csv-exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public function format_data( $data ) {
* @since 3.1.0
* @param array $term_ids Term IDs to format.
* @param string $taxonomy Taxonomy name.
* @return array
* @return string
*/
public function format_term_ids( $term_ids, $taxonomy ) {
$term_ids = wp_parse_id_list( $term_ids );
Expand Down

0 comments on commit 90b6f98

Please sign in to comment.