-
Notifications
You must be signed in to change notification settings - Fork 110
[Request] Add attribute Summary #93
Copy link
Copy link
Open
Description
At the moment, most generated requests for OpenApi are done via attributes.
However, the summary is still done via docblock reflection.
I propose to add a summary Attribute to replace docblock reflection.
#[OpenApi\Summary(string: "The summary of the request.")]
This will be used to populate the summary paramter of the request definition.
From my breif look through the code, this would allow the project to drop phpdocumentor/reflection-docblock dependancy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels