PHPDoc | Return type changed from array to string.
This commit is contained in:
parent
b9cdc760ac
commit
eb104ecd17
|
@ -264,7 +264,7 @@ abstract class WC_CSV_Exporter {
|
|||
* Export rows in CSV format.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @return array
|
||||
* @return string
|
||||
*/
|
||||
protected function export_rows() {
|
||||
$data = $this->get_data_to_export();
|
||||
|
|
Loading…
Reference in New Issue