Skip to content
Snippets Groups Projects
Commit 719ddb16 authored by Klaus Purer's avatar Klaus Purer
Browse files

test(VariableAnalysis): Fix test case after sniff update

parent f429d1b4
Branches
Tags 8.3.12
1 merge request!4Issue #3217297: False positive in closure usage of USE keyword.
......@@ -18,7 +18,7 @@
"ext-mbstring": "*",
"squizlabs/php_codesniffer": "^3.5.6",
"symfony/yaml": ">=2.0.5",
"sirbrillig/phpcs-variable-analysis": "^2.8"
"sirbrillig/phpcs-variable-analysis": "^2.10"
},
"autoload": {
"psr-4": {
......
......@@ -47,6 +47,7 @@ class VariableAnalysisUnitTest extends CoderSniffUnitTest
4 => 1,
8 => 1,
17 => 1,
61 => 1,
];
}//end getWarningList()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment