Opened 9 years ago
Closed 9 years ago
#39571 closed defect (bug) (fixed)
Add missing `@param` type in `wp_cache_get_last_changed` DocBlock
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | 4.7 |
| Component: | Cache API | Keywords: | good-first-bug has-patch |
| Focuses: | docs | Cc: |
Description
The @param type for $group on wp_cache_get_last_changed() is missing. It should be string.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
Add missing
@param