Opened 3 months ago
Closed 3 months ago
#9220 closed defect (bug) (fixed)
Improve PHP Docblocks for the BP_Members_Invitations_Component class
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 15.0.0 | Priority: | normal |
Severity: | normal | Version: | 12.0.0 |
Component: | Members | Keywords: | has-patch |
Cc: |
Description
- the
public
keyword is missing to the constructor - the PHP docblock of the constructor is missing
- A PHP docblock added to the class would be nice to explain why we used a component to organize a feature.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Adds 2 PHP doc blocks + the missing
public
keyword to the constructor.Trac ticket: https://buddypress.trac.wordpress.org/ticket/9220