From 8666fc38fbbfa0ac96dee90f1202f2da663e4e37 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 23 Sep 2022 10:15:20 -0700 Subject: [PATCH] Add exclusion to fix incorrectly flagged error Error message: FILE: ...lass/php-curl-class/tests/PHPCurlClass/PHPMultiCurlClassTest.php ---------------------------------------------------------------------- FOUND 8 ERRORS AFFECTING 8 LINES ---------------------------------------------------------------------- 3575 | ERROR | list() will assign variable from left-to-right since | | PHP 7.0. Ensure all variables in list() are unique to | | prevent unexpected results. | | (PHPCompatibility.Lists.AssignmentOrder.Affected) [...] ---------------------------------------------------------------------- --- tests/ruleset.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/ruleset.xml b/tests/ruleset.xml index 110e890..9bbd49a 100644 --- a/tests/ruleset.xml +++ b/tests/ruleset.xml @@ -1,7 +1,10 @@ - + + + +