#65512 closed defect (bug) (fixed)
Docs: Standardize capitalization in @throws InvalidArgumentException annotations in WP_Ability_Category
| Reported by: | jigar bhanushali | Owned by: | gziolo |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 |
| Component: | Abilities API | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
The PHPDoc blocks in WP_Ability_Category contain inconsistent capitalization in the @throws descriptions.
This patch updates the @throws InvalidArgumentException annotations to follow WordPress documentation standards by capitalizing the first word of the description:
@throws InvalidArgumentException If an argument is invalid.
Affected methods:
WP_Ability_Category::__construct()
WP_Ability_Category::prepare_properties()
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 62552: