Fixed includes/class-wc-geolocation.php PHPCS violations

This commit is contained in:
Claudio Sanches 2018-03-21 00:03:50 -03:00
parent d989627125
commit d59a7463eb
1 changed files with 3 additions and 7 deletions

View File

@ -6,15 +6,11 @@
*
* This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com.
*
* @author WooThemes
* @category Admin
* @package WooCommerce/Classes
* @version 2.4.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
defined( 'ABSPATH' ) || exit;
/**
* WC_Geolocation Class.