PHPCS passing for abstract-wc-session.php

This commit is contained in:
Gerhard Potgieter 2018-03-05 15:00:52 +02:00
parent ba1e7d1e99
commit d968621afb
1 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
<?php // @codingStandardsIgnoreLine.
<?php
/**
* Handle data for the current customers session
*
* @class WC_Session
* @version 2.0.0
* @package WooCommerce/Abstracts
* @category Abstract Class
* @author Automattic
*/
if ( ! defined( 'ABSPATH' ) ) {