Opened 4 years ago
Closed 4 years ago
#51448 closed defect (bug) (fixed)
Add missing @return tag to Language_Pack_Upgrader::check_package()
Reported by: | ankitmaru | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | minor | Version: | 3.7 |
Component: | Upgrade/Install | Keywords: | has-patch needs-refresh |
Focuses: | docs | Cc: |
Description
Missing @return tag in function/method PHPDoc comment
Attachments (2)
Change History (9)
#1
@
4 years ago
- Focuses docs added
- Summary changed from Coding Standards / Doc Comments fixe to Coding Standards / Doc Comments fix
#5
@
4 years ago
- Component changed from General to Upgrade/Install
- Focuses coding-standards removed
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to Future Release
- Severity changed from normal to minor
- Version changed from trunk to 3.7
Can we also update the function's @param
tags to include descriptions?
Also, since this file is only ~500 lines, it would be great to audit the inline documentation for the entire file at the same time. At first glance, it looks like most of the functions have all of the required inline docs, but if it could be double checked, that would be great!
Note: See
TracTickets for help on using
tickets.
Please update return type with below description.
* @return string|WP_Error The source or a WP_Error.