We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3381a45 commit 1089741Copy full SHA for 1089741
HttpClientInterface.php
@@ -37,7 +37,7 @@ interface HttpClientInterface
37
// an array is passed, it is meant as a form payload of field names and values
38
'json' => null, // array|\JsonSerializable - when set, implementations MUST set the "body" option to
39
// the JSON-encoded value and set the "content-type" headers to a JSON-compatible
40
- // value it is they are not defined - typically "application/json"
+ // value if they are not defined - typically "application/json"
41
'user_data' => null, // mixed - any extra data to attach to the request (scalar, callable, object...) that
42
// MUST be available via $response->getInfo('user_data') - not used internally
43
'max_redirects' => 20, // int - the maximum number of redirects to follow; a value lower or equal to 0 means
0 commit comments