We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c7b37 commit 6420b1bCopy full SHA for 6420b1b
src/Symfony/Component/ObjectMapper/Transform/MapCollection.php
@@ -23,7 +23,7 @@
23
*/
24
class MapCollection implements TransformCallableInterface
25
{
26
- public function __construct(private ?ObjectMapperInterface $objectMapper = new ObjectMapper())
+ public function __construct(private ObjectMapperInterface $objectMapper = new ObjectMapper())
27
28
}
29
0 commit comments