#49675 closed defect (bug) (fixed)
correct documentation for WP_User_Request class
Reported by: | pbiron | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 4.9.6 |
Component: | Privacy | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
In the DocBlocks for the properties of the class, the @since
tags are missing and the @type
tags for $email
, $confirmed_timestamp
and $completed_timestamp
props are wrong:
$email
should be typestring
- the other 2 should be type
int|null
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Thanks @pbiron this looks good. @SergeyBiryukov beat me to milestoning and owning so I'll let him finish reviewing, but this looks good to commit in my view.