From e07fb4a7c6797057d3e590d88f823d15b0488af5 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Mon, 30 Sep 2024 14:59:26 +0200 Subject: [PATCH] remove trailing comma --- tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php b/tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php index beba8b2513..e4deb4283f 100644 --- a/tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php +++ b/tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php @@ -68,7 +68,7 @@ public function testSecondWriteWithDifferentValue( string $property, mixed $value, mixed $differentValue, - string $expectedExceptionMessage, + string $expectedExceptionMessage ): void { $wrappedReflection = new ReflectionProperty($entity, $property); $reflection = new ReflectionReadonlyProperty($wrappedReflection);