Opened 4 weeks ago
Closed 4 weeks ago
#63356 closed enhancement (fixed)
Remove redundant abstract tags from DocBlocks
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.9 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
A number of methods of WP_Image_Editor
include an @abstract
tag in their DocBlocks, even though it is already declared in the function signature. These tags are redundant and add no new information.
I propose removing these tags to reduce redundancy.
Change History (5)
Note: See
TracTickets for help on using
tickets.
This patch removes
@abstract
tags from DocBlocks when it is already defined in the method declaration. In such cases, the tags are redundant and do not provide additional value.Trac ticket: https://core.trac.wordpress.org/ticket/63356