Opened 5 years ago
Closed 5 years ago
#51426 closed defect (bug) (fixed)
@param boolean To @param bool
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | docs | Cc: |
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.
5 years ago
#4
@
5 years ago
I've merged the changes in the three patches proposed by @ravipatel as well as refreshed against trunk.
#5
@
5 years ago
- Focuses coding-standards removed
- Milestone changed from Awaiting Review to 5.6
- Owner set to johnbillion
- Status changed from new to accepted
- Version trunk deleted
Thanks for the patches @ravipatel @justinahinon.
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.
Note: See
TracTickets for help on using
tickets.
Per core's PHP documentation standards: For boolean and integer types, use bool and int, respectively.