Commit fab4528
authored
chore: add PHPDoc comments to types and request classes
Enrich the PHP SDK with class-level and property-level PHPDoc
documentation across a wide range of types and request DTOs. Every
added comment is purely descriptive — no public signatures, method
bodies, or serialization behavior were changed.
Key changes:
- Add class-level PHPDoc summaries to ~40 types (e.g., `Assistant`,
`Call`, `CompliancePlan`, `Edge`, `BackoffPlan`, `ConversationNode`)
- Add property-level `@var` descriptions to previously undocumented
fields (e.g., `firstMessageInterruptionsEnabled`, `compliancePlan`,
`keypadInputPlan`, `baseDelaySeconds`, `excludedStatusCodes`)
- Reword several existing `@var` descriptions for clarity without
changing any runtime behavior
🌿 Generated with Fern1 parent 1f8583e commit fab4528
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments