Skip to content

Commit

Permalink
Merge pull request #296 from rmccue/misctypo
Browse files Browse the repository at this point in the history
Fix docblock typo
  • Loading branch information
jrfnl authored Sep 26, 2019
2 parents 3470169 + 3510176 commit a009398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public static function patch($url, $headers, $data = array(), $options = array()
* across transports.)
* (string|boolean, default: library/Requests/Transport/cacert.pem)
* - `verifyname`: Should we verify the common name in the SSL certificate?
* (boolean: default, true)
* (boolean, default: true)
* - `data_format`: How should we send the `$data` parameter?
* (string, one of 'query' or 'body', default: 'query' for
* HEAD/GET/DELETE, 'body' for POST/PUT/OPTIONS/PATCH)
Expand Down

0 comments on commit a009398

Please sign in to comment.