diff --git a/tests/TypeReconciliation/IssetTest.php b/tests/TypeReconciliation/IssetTest.php index c26863d913c..c15612692e5 100644 --- a/tests/TypeReconciliation/IssetTest.php +++ b/tests/TypeReconciliation/IssetTest.php @@ -1160,7 +1160,7 @@ function foo(array &$list, int $offset): void { if (isset($list[$offset])) {} $list[$offset] = ""; }', - 'error_message' => 'ReferenceConstraintViolation' + 'error_message' => 'ReferenceConstraintViolation', ], 'setArbitraryListWithinNotIsset' => [ 'code' => ' 'ReferenceConstraintViolation' + 'error_message' => 'ReferenceConstraintViolation', ], ]; }