Skip to content

Commit d199359

Browse files
authored
Merge pull request #630 from Automattic/fix/tests-variableanalysis-sniff-failures
CI: fix test failure for the VIPCS VariableAnalysis sniff
2 parents 655d44a + fff8cb0 commit d199359

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

WordPressVIPMinimum/Sniffs/Variables/VariableAnalysisSniff.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,6 @@ class VariableAnalysisSniff extends \VariableAnalysis\Sniffs\CodeAnalysis\Variab
4646
'FoundPropertyForDeprecatedSniff' => false,
4747
];
4848

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-
6449
/**
6550
* Don't use.
6651
*

0 commit comments

Comments
 (0)