Opened 11 months ago
Closed 10 months 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)
This ticket was mentioned in PR #8744 on WordPress/wordpress-develop by @marian1.
11 months ago
#1
- Keywords has-patch added
@ankitmaru commented on PR #8744:
11 months ago
#3
@IanDelMar Nice fix. ✅ Looks good to me. Great work.
Note: See
TracTickets for help on using
tickets.
This patch removes
@abstracttags 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