Commit cbc88ae
authored
chore: enrich PHPDoc comments across types and request DTOs
Add descriptive class-level and property-level PHPDoc comments to
dozens of types and request DTOs throughout the SDK. These additions
improve IDE autocompletion, hover documentation, and generated API
reference output without changing any public API signatures, method
behavior, or serialization logic.
Key changes:
- Add class-level docblocks to types such as `Assistant`, `Call`, `Edge`, `CompliancePlan`, `BackoffPlan`, and many more
- Expand property-level `@var` comments with human-readable descriptions (e.g., `$firstMessageInterruptionsEnabled`, `$compliancePlan`, `$keypadInputPlan`)
- Consolidate multi-line prose comments into single-line `@var` annotations (e.g., `BackoffPlan::$excludedStatusCodes`, `CustomerSpeechTimeoutOptions::$triggerResetMode`)
🌿 Generated with Fern1 parent d6b3ca9 commit cbc88ae
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