Skip to content

Commit 6420b1b

Browse files
soyukaOskarStark
andauthored
Update src/Symfony/Component/ObjectMapper/Transform/MapCollection.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent c4c7b37 commit 6420b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/ObjectMapper/Transform/MapCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class MapCollection implements TransformCallableInterface
2525
{
26-
public function __construct(private ?ObjectMapperInterface $objectMapper = new ObjectMapper())
26+
public function __construct(private ObjectMapperInterface $objectMapper = new ObjectMapper())
2727
{
2828
}
2929

0 commit comments

Comments
 (0)