phpcs fixes in includes/admin/importers/views/html-csv-import-progress.php

This commit is contained in:
Rodrigo Primo 2018-03-09 17:26:26 -03:00
parent 56b82815a9
commit 924a7a5cc3
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
<?php
/**
* Admin View: Importer - CSV import progress
*
* @package WooCommerce\Admin\Importers
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}