phpcs fixes

This commit is contained in:
Rodrigo Primo 2018-08-01 10:27:22 -03:00
parent deb48c7c7a
commit 4f41f99cd2
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
<?php
/**
* Displays the inventory tab in the product data meta box.
*
* @package WooCommerce\Admin
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}