diff --git a/composer.json b/composer.json index 23323f4c2ed293a926c6fb36a0d3d58e6fef41e4..bc79f93092cb7d206dfdf63b2d9ef27a6345af23 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/tests/DrupalPractice/CodeAnalysis/VariableAnalysisUnitTest.php b/tests/DrupalPractice/CodeAnalysis/VariableAnalysisUnitTest.php index f37ae2d40d7a82dd46c22b665f958bf68827bb63..6a657439d2d4a4d54e0c45abea0610a6f3db2ded 100644 --- a/tests/DrupalPractice/CodeAnalysis/VariableAnalysisUnitTest.php +++ b/tests/DrupalPractice/CodeAnalysis/VariableAnalysisUnitTest.php @@ -47,6 +47,7 @@ class VariableAnalysisUnitTest extends CoderSniffUnitTest 4 => 1, 8 => 1, 17 => 1, + 61 => 1, ]; }//end getWarningList()