Opened 6 years ago
Closed 6 years ago
#48351 closed enhancement (fixed)
Stricter docs for WP_Http::processResponse()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.4 | Priority: | normal |
| Severity: | minor | Version: | 5.2 |
| Component: | HTTP API | Keywords: | good-first-bug has-patch |
| Focuses: | docs | Cc: |
Description
I believe the function could better document the and return type. From a look at the source, maybe something like this:
@return array {
@type string $headers
@type string $body
}
+ comments obviously.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
fixed the documents