Fixed file and class dockblock
This commit is contained in:
parent
39f1c3e8fc
commit
996d3decfe
|
@ -1,10 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* WooCommerce Shipping Class
|
||||
* WooCommerce Shipping
|
||||
*
|
||||
* Handles shipping and loads shipping methods via hooks.
|
||||
*
|
||||
* @class WC_Shipping
|
||||
* @version 2.6.0
|
||||
* @package WooCommerce/Classes/Shipping
|
||||
*/
|
||||
|
@ -14,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* WC_Shipping
|
||||
* Shipping class.
|
||||
*/
|
||||
class WC_Shipping {
|
||||
|
||||
|
@ -60,7 +59,6 @@ class WC_Shipping {
|
|||
* Ensures only one instance of WC_Shipping is loaded or can be loaded.
|
||||
*
|
||||
* @since 2.1
|
||||
* @static
|
||||
* @return WC_Shipping Main instance
|
||||
*/
|
||||
public static function instance() {
|
||||
|
|
Loading…
Reference in New Issue