#51385 closed defect (bug) (fixed)
Add missing @return tags for WP_Automatic_Updater methods
Reported by: | ankitmaru | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Missing @return tag in function/method PHPDoc comment
Attachments (3)
Change History (9)
Note: See
TracTickets for help on using
tickets.
Hi there!
Thanks for the patch. Can you please add
send_core_update_notification_email()
function return type and other function which miss the return type?