Make WordPress Core

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

#2 @mukesh27
21 hours ago

  • Keywords commit added
  • Milestone Awaiting Review7.2
  • Owner set to sergeybiryukov
  • Status newreviewing
  • Version trunk

Thanks @jorgelopezrepiso for the ticket and PR!

make ready for commit

Note: See TracTickets for help on using tickets.