Skip to content

Commit 4b4b623

Browse files
authored
Merge branch refs/heads/1.9.x into 1.10.x
2 parents 3cbb9ba + 943e7af commit 4b4b623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Type/IterableType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public function inferTemplateTypes(Type $receivedType): TemplateTypeMap
390390
public function getReferencedTemplateTypes(TemplateTypeVariance $positionVariance): array
391391
{
392392
$variance = $positionVariance->compose(TemplateTypeVariance::createCovariant());
393-
393+
394394
return array_merge(
395395
$this->getIterableKeyType()->getReferencedTemplateTypes($variance),
396396
$this->getIterableValueType()->getReferencedTemplateTypes($variance),

0 commit comments

Comments
 (0)