PHPCS passing for abstract-wc-session.php
This commit is contained in:
parent
ba1e7d1e99
commit
d968621afb
|
@ -1,12 +1,10 @@
|
||||||
<?php // @codingStandardsIgnoreLine.
|
<?php
|
||||||
/**
|
/**
|
||||||
* Handle data for the current customers session
|
* Handle data for the current customers session
|
||||||
*
|
*
|
||||||
* @class WC_Session
|
* @class WC_Session
|
||||||
* @version 2.0.0
|
* @version 2.0.0
|
||||||
* @package WooCommerce/Abstracts
|
* @package WooCommerce/Abstracts
|
||||||
* @category Abstract Class
|
|
||||||
* @author Automattic
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|
Loading…
Reference in New Issue