Commit 79a4d48
authored
[fern-autoversion] 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 a583aad commit 79a4d48
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments