We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d899bb commit 31c0551Copy full SHA for 31c0551
fern/products/sdks/overview/php/changelog/2026-02-26.mdx
@@ -1,3 +1,9 @@
1
+## 2.1.4
2
+**`(fix):`** Fix PHP 8.5 deprecation warning for `ReflectionProperty::getDefaultValue()` called on
3
+properties without a default value. Now checks `hasDefaultValue()` before calling
4
+`getDefaultValue()` in `JsonSerializableType::jsonDeserialize()`.
5
+
6
7
## 2.1.3
8
**`(chore):`** Use generator-cli JS API directly instead of subprocess spawning.
9
Remove generator-cli from Docker image since it is now bundled via esbuild.
0 commit comments