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 3cece14 commit 9af5c2fCopy full SHA for 9af5c2f
JsonStreamReader.php
@@ -45,7 +45,7 @@ public function __construct(
45
private ContainerInterface $valueTransformers,
46
PropertyMetadataLoaderInterface $propertyMetadataLoader,
47
string $streamReadersDir,
48
- string $lazyGhostsDir,
+ ?string $lazyGhostsDir = null,
49
) {
50
$this->streamReaderGenerator = new StreamReaderGenerator($propertyMetadataLoader, $streamReadersDir);
51
$this->instantiator = new Instantiator();
0 commit comments