#49675 closed defect (bug) (fixed)
correct documentation for WP_User_Request class
| Reported by: | pbiron | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Privacy | Version: | 4.9.6 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
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:
$emailshould be typestring- the other 2 should be type
int|null
Attachments (1)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.