Remove phpcs disable directive

This commit is contained in:
Justin Palmer 2023-11-13 15:42:36 +01:00
parent 196ba5a7ba
commit 88318c9df2
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@ use Automattic\WooCommerce\Internal\Traits\ScriptDebug;
* Class TrackingController
*
* @since x.x.x
*
* phpcs:disable Generic.Commenting.DocComment.MissingShort
*/
class TrackingController implements RegisterHooksInterface {
use ScriptDebug;
/**
* Instance of Features controller.
*
* @var FeaturesController
*/
private $features_controller;