Skip to content

Commit 12d43bf

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Lock][DynamoDB] Allow symfony/lock 8.0 [ProxyManager] Remove extra space before return‑type colon in `proxy-implem.php` [Config] Use the empty string instead of null as an array offset [Messenger] Support signing messages per handler
2 parents e839593 + 32c2687 commit 12d43bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Definition/Dumper/YamlReferenceDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@ private function getPrototypeChildren(PrototypedArrayNode $node): array
239239
}
240240
$keyNode->setInfo($info);
241241

242-
return [$key => $keyNode];
242+
return [$key ?? '' => $keyNode];
243243
}
244244
}

0 commit comments

Comments
 (0)