Skip to content

Commit 2d979ef

Browse files
Merge branch '7.3' into 7.4
* 7.3: [JsonStreamer] lazyGhostsDir should be optional [TypeInfo] Fix type alias resolving [Validator] review cs tran Fix building packages in the CI implicitly run all Composer commands non-interactively re-add accidentally removed changelog examples [TypeInfo] Handle `key-of` and `value-of` types [PhpUnitBridge] Skip bootstrap for PHPUnit >=10 [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass don't register SchedulerTriggerNormalizer without symfony/serializer [TypeInfo] Fix merging collection value types with union types
2 parents c2df6ac + 9af5c2f commit 2d979ef

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)