PHPCS passing for class-wc-importer-interface.php

This commit is contained in:
Gerhard Potgieter 2018-03-06 10:19:31 +02:00
parent 37eacc2585
commit 8d2cb4850b
1 changed files with 2 additions and 3 deletions

View File

@ -2,11 +2,10 @@
/**
* WooCommerce Importer Interface
*
* @author Automattic
* @category Admin
* @package WooCommerce/Import
* @package WooCommerce/Interface
* @version 3.1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}