Commit 662d13a
authored
[fern-autoversion] chore: add PHPDoc descriptions to types and request classes
Enrich dozens of PHP type and request classes with class-level PHPDoc
summaries and inline property descriptions. No public API signatures,
method names, or behavioral logic were changed — only documentation
comments were added or expanded.
Key changes:
- Add class-level PHPDoc blocks to types such as `Assistant`, `Call`, `Edge`, `CompliancePlan`, `BackoffPlan`, and many more
- Expand inline `@var` descriptions for properties like `firstMessageInterruptionsEnabled`, `compliancePlan`, `keypadInputPlan`, `baseDelaySeconds`, and `excludedStatusCodes`
- Improve property descriptions across insight DTOs (`BarInsight`, `LineInsight`, `PieInsight`, `TextInsight`) and credential DTOs (`CreateTwilioCredentialDto`, `CreateVonageCredentialDto`, etc.)
🌿 Generated with Fern1 parent 603050b commit 662d13a
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