Skip to content

Commit 32c2687

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [ProxyManager] Remove extra space before return‑type colon in `proxy-implem.php` [Config] Use the empty string instead of null as an array offset
2 parents 8204049 + 9d18eba commit 32c2687

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)