Skip to content

Commit da0230d

Browse files
OskarStarkGromNaN
andauthored
Update ObjectMapperTest.php
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
1 parent f0a410b commit da0230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function get(string $id): mixed
213213

214214
public function testSourceOnly()
215215
{
216-
$a = new \stdClass;
216+
$a = new \stdClass();
217217
$a->name = 'test';
218218
$mapper = new ObjectMapper();
219219
$mapped = $mapper->map($a, SourceOnly::class);

0 commit comments

Comments
 (0)