Fix PHPDoc in WC_Product_Importer

old stuff
This commit is contained in:
Viktor Szépe 2019-03-30 00:35:32 +01:00 committed by GitHub
parent 32392d512a
commit bd6a348af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ abstract class WC_Product_Importer implements WC_Importer_Interface {
*
* @throws Exception If item cannot be processed.
* @param array $data Raw CSV data.
* @return array|WC_Error
* @return array|WP_Error
*/
protected function process_item( $data ) {
try {