Uh oh!
There was an error while loading. Please reload this page.
fix(doctrine): Handling of parameter description - #7656
Merged
soyuka merged 2 commits intoJan 8, 2026
Conversation
soyuka
commented
Jan 8, 2026
Member
Thanks @VincentLanglet I took the liberty of changing the approach by modifying the OpenApiFactory instead of the filters! Waiting for CI before merging. |
VincentLanglet
commented
Jan 8, 2026
ContributorAuthor
Thanks. Seems like the failure is failing now then. I let you choose if it's an expected (new) behavior then :) |
soyukaforce-pushed
the
fix/keep-description-in-filter
branch
from
January 8, 2026 15:21
48974a4 to
e799de2CompareUh oh!
There was an error while loading. Please reload this page.
soyuka
commented
Jan 8, 2026
Member
thanks! |
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 freeto 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.
Hi @soyuka I'm getting multiple issues with the auto generated documentation for Filters.
One of them is the fact we cannot override the description manually with the following syntax
Without this fix you're getting
''as description...#7634 helped to find the fix and the test to write.