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 defaults) after required body parameters to match the SDK method signatures.