Opened 21 hours ago
Last modified 21 hours ago
#66034 reviewing defect (bug)
Fix missing trailing periods in PHPDoc @param tags in wp-includes/pluggable.php
| Reported by: | jorgelopezrepiso | Owned by: | sergeybiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.2 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | coding-standards |
Description
According to the WordPress Coding Standards (WPCS), all parameter descriptions in PHPDoc blocks should end with a trailing period.
- Line 80: The @param int $user_id User ID description of function get_userdata is missing a period at the end.
- Line 123: The @param int[] $user_ids User ID numbers list description of function cache_users is missing a period at the end.
Change History (2)
This ticket was mentioned in PR #13376 on WordPress/wordpress-develop by @jorgelopezrepiso.
21 hours ago
#1
- Keywords has-patch added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket:
https://core.trac.wordpress.org/ticket/66034