> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.14.2

**`(fix):`** 更新 PHP 生成器以更好地支持定义一个或多个 `optional` 类型的无判别联合类型。
通过此更新，生成器会解包每个可选类型，并包含一个 `|null` 变体（例如 `array<string, mixed>|Metadata|null`）。