PHPDoc | Return type changed from array to string.

This commit is contained in:
Khan M Rashedun-Naby 2018-07-20 22:53:16 +06:00
parent b9cdc760ac
commit eb104ecd17
1 changed files with 1 additions and 1 deletions

View File

@ -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();