We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
1 parent b1018cb commit 5eabb29Copy full SHA for 5eabb29
WordPressVIPMinimum/Sniffs/Sniff.php
@@ -9,12 +9,14 @@
9
10
namespace WordPressVIPMinimum\Sniffs;
11
12
+use WordPressCS\WordPress\Sniff as WPCS_Sniff;
13
+
14
/**
15
* Represents a WordPress\Sniff for sniffing VIP coding standards.
16
*
17
* Provides a bootstrap for the sniffs, to reduce code duplication.
18
19
* @package VIPCS\WordPressVIPMinimum
20
*/
-abstract class Sniff extends \WordPressCS\WordPress\Sniff {
21
+abstract class Sniff extends WPCS_Sniff {
22
}
0 commit comments