phpcs fixes
This commit is contained in:
parent
deb48c7c7a
commit
4f41f99cd2
|
@ -1,4 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* Displays the inventory tab in the product data meta box.
|
||||
*
|
||||
* @package WooCommerce\Admin
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue