chore: enrich PHPDoc comments across types and request DTOs#1
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: enrich PHPDoc comments across types and request DTOs#1fern-api[bot] wants to merge 4 commits into
fern-api[bot] wants to merge 4 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
6 times, most recently
from
July 2, 2026 18:47
fdf5b70 to
66f80b6
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
3 times, most recently
from
July 8, 2026 00:30
a3d093f to
623a15b
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
5 times, most recently
from
July 15, 2026 20:52
c1502ce to
fef045c
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
from
July 17, 2026 16:03
fef045c to
8234199
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
from
July 18, 2026 00:22
8234199 to
e29ffc8
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
from
July 20, 2026 18:00
e29ffc8 to
d20f906
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
from
July 20, 2026 18:04
d20f906 to
158dd17
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-php-sdk: 2.4.0
…uest 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 Fern
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 Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-24_930
branch
from
July 21, 2026 02:24
158dd17 to
4444afa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.0.0 → 2.0.1
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:
Assistant,Call,Edge,CompliancePlan,BackoffPlan, and many more@varcomments with human-readable descriptions (e.g.,$firstMessageInterruptionsEnabled,$compliancePlan,$keypadInputPlan)@varannotations (e.g.,BackoffPlan::$excludedStatusCodes,CustomerSpeechTimeoutOptions::$triggerResetMode)🌿 Generated with Fern