diff --git a/tests/Rules/Operators/OperandsInArithmeticAdditionRuleTest.php b/tests/Rules/Operators/OperandsInArithmeticAdditionRuleTest.php index f1bec0e..cc53305 100644 --- a/tests/Rules/Operators/OperandsInArithmeticAdditionRuleTest.php +++ b/tests/Rules/Operators/OperandsInArithmeticAdditionRuleTest.php @@ -38,7 +38,7 @@ public function testRule(): void if (PHP_VERSION_ID < 80000) { $messages[] = [ - 'Only numeric types are allowed in +, (array|false) given on the left side.', + 'Only numeric types are allowed in +, (list|false) given on the left side.', 110, ]; }