Skip to content

Commit 9af5c2f

Browse files
[JsonStreamer] lazyGhostsDir should be optional
1 parent 3cece14 commit 9af5c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JsonStreamReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
private ContainerInterface $valueTransformers,
4646
PropertyMetadataLoaderInterface $propertyMetadataLoader,
4747
string $streamReadersDir,
48-
string $lazyGhostsDir,
48+
?string $lazyGhostsDir = null,
4949
) {
5050
$this->streamReaderGenerator = new StreamReaderGenerator($propertyMetadataLoader, $streamReadersDir);
5151
$this->instantiator = new Instantiator();

0 commit comments

Comments
 (0)