Commit 1530aaa
authored
chore: add PHPDoc descriptions to types and request classes
Enrich the SDK's inline documentation by adding class-level PHPDoc
blocks and property-level descriptions across a large set of types and
request DTOs. No public API signatures, method names, or property names
were changed.
Key changes:
- Add class-level PHPDoc summaries to ~40 types (e.g., `Assistant`, `Call`, `Edge`, `CompliancePlan`, `BackoffPlan`, `CreateWorkflowDto`, and many more)
- Add inline `@var` descriptions to previously undocumented properties (e.g., `firstMessageInterruptionsEnabled`, `compliancePlan`, `keypadInputPlan`, `baseDelaySeconds`, `excludedStatusCodes`)
- Condense multi-line PHPDoc blocks into single-line `@var` descriptions for consistency (e.g., `BackoffPlan::$excludedStatusCodes`, `CustomerSpeechTimeoutOptions::$triggerResetMode`)
🌿 Generated with Fern1 parent 97f4ab1 commit 1530aaa
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