Skip to content

Commit 1089741

Browse files
authored
[HttpClient] fix typo
1 parent 3381a45 commit 1089741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface HttpClientInterface
3737
// an array is passed, it is meant as a form payload of field names and values
3838
'json' => null, // array|\JsonSerializable - when set, implementations MUST set the "body" option to
3939
// 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"
40+
// value if they are not defined - typically "application/json"
4141
'user_data' => null, // mixed - any extra data to attach to the request (scalar, callable, object...) that
4242
// MUST be available via $response->getInfo('user_data') - not used internally
4343
'max_redirects' => 20, // int - the maximum number of redirects to follow; a value lower or equal to 0 means

0 commit comments

Comments
 (0)