Opened 6 years ago
Closed 6 years ago
#51426 closed defect (bug) (fixed)
@param boolean To @param bool
| Reported by: | ravipatel | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.6 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
@param boolean to bool
Per core's PHP documentation standards:
For boolean and integer types, use bool and int, respectively.
Attachments (4)
Change History (10)
This ticket was mentioned in Slack in #core by ravi. View the logs.
6 years ago
#4
@
6 years ago
I've merged the changes in the three patches proposed by @ravipatel as well as refreshed against trunk.
#5
@
6 years ago
- Focuses coding-standards removed
- Milestone Awaiting Review → 5.6
- Owner set to
- Status new → accepted
- Version trunk
Thanks for the patches @ravipatel @ravipatel .
Note that some of these files are third party libraries that we usually don't change (eg. Requests and SimplePie), but the changes in WordPress core files look good.
Version 0, edited 6 years ago by
(next)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Per core's PHP documentation standards: For boolean and integer types, use bool and int, respectively.