Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/products/sdks/generators/php/changelog/2026-06-05.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.10.9
**`(fix):`** Fix dynamic snippet argument ordering for discriminated union factory methods
with optional base properties. Required base fields now come before the variant
value, and optional base fields come after, matching the PHP Method AST's
automatic parameter reordering.


## 2.10.8
**`(fix):`** Fix dynamic snippet generation: filter out unsupported bytes body arguments
that produced syntax errors, and reorder IR-level path parameters (which have
Expand Down
Loading