Commit d20f906
authored
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 8f26694 commit d20f906
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