Skip to content

Commit b60bffc

Browse files
committed
Fix
1 parent 5d50bde commit b60bffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/Operators/OperandsInArithmeticAdditionRuleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testRule(): void
3838

3939
if (PHP_VERSION_ID < 80000) {
4040
$messages[] = [
41-
'Only numeric types are allowed in +, (array<int, string>|false) given on the left side.',
41+
'Only numeric types are allowed in +, (list<string>|false) given on the left side.',
4242
110,
4343
];
4444
}

0 commit comments

Comments
 (0)