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.
2 parents 655d44a + fff8cb0 commit d199359Copy full SHA for d199359
WordPressVIPMinimum/Sniffs/Variables/VariableAnalysisSniff.php
@@ -46,21 +46,6 @@ class VariableAnalysisSniff extends \VariableAnalysis\Sniffs\CodeAnalysis\Variab
46
'FoundPropertyForDeprecatedSniff' => false,
47
];
48
49
- /**
50
- * Returns an array of tokens this test wants to listen for.
51
- *
52
- * @return int[]
53
- */
54
- public function register() {
55
- return [
56
- T_VARIABLE,
57
- T_DOUBLE_QUOTED_STRING,
58
- T_HEREDOC,
59
- T_CLOSE_CURLY_BRACKET,
60
- T_STRING,
61
- ];
62
- }
63
-
64
/**
65
* Don't use.
66
*
0 commit comments