Remove phpcs disable directive
This commit is contained in:
parent
196ba5a7ba
commit
88318c9df2
|
@ -12,14 +12,14 @@ use Automattic\WooCommerce\Internal\Traits\ScriptDebug;
|
||||||
* Class TrackingController
|
* Class TrackingController
|
||||||
*
|
*
|
||||||
* @since x.x.x
|
* @since x.x.x
|
||||||
*
|
|
||||||
* phpcs:disable Generic.Commenting.DocComment.MissingShort
|
|
||||||
*/
|
*/
|
||||||
class TrackingController implements RegisterHooksInterface {
|
class TrackingController implements RegisterHooksInterface {
|
||||||
|
|
||||||
use ScriptDebug;
|
use ScriptDebug;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Instance of Features controller.
|
||||||
|
*
|
||||||
* @var FeaturesController
|
* @var FeaturesController
|
||||||
*/
|
*/
|
||||||
private $features_controller;
|
private $features_controller;
|
||||||
|
|
Loading…
Reference in New Issue