Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Sep 30, 2024
1 parent 3c39777 commit e07fb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e07fb4a

Please sign in to comment.