Skip to content

Commit 5eabb29

Browse files
committed
Sniff: use an import use statement
1 parent b1018cb commit 5eabb29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WordPressVIPMinimum/Sniffs/Sniff.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99

1010
namespace WordPressVIPMinimum\Sniffs;
1111

12+
use WordPressCS\WordPress\Sniff as WPCS_Sniff;
13+
1214
/**
1315
* Represents a WordPress\Sniff for sniffing VIP coding standards.
1416
*
1517
* Provides a bootstrap for the sniffs, to reduce code duplication.
1618
*
1719
* @package VIPCS\WordPressVIPMinimum
1820
*/
19-
abstract class Sniff extends \WordPressCS\WordPress\Sniff {
21+
abstract class Sniff extends WPCS_Sniff {
2022
}

0 commit comments

Comments
 (0)