8000 minor #60686 [JsonStreamer] lazyGhostsDir should be optional (nicolas… · symfony/symfony@0577b23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0577b23

Browse files
minor #60686 [JsonStreamer] lazyGhostsDir should be optional (nicolas-grekas)
This PR was merged into the 7.3 branch. Discussion ---------- [JsonStreamer] lazyGhostsDir should be optional | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT At least to make FWB v8 compatible with JS v7.4 Commits ------- 11ad922 [JsonStreamer] lazyGhostsDir should be optional
2 parents 5f4e7d4 + 11ad922 commit 0577b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/JsonStreamer/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)
0