Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75d7043

Browse filesBrowse files
dkarlovifabpot
authored andcommitted
align the type to the one in the human description
1 parent d8d46d0 commit 75d7043
Copy full SHA for 75d7043

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎ResponseInterface.php

Copy file name to clipboardExpand all lines: ResponseInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getStatusCode(): int;
3636
*
3737
* @param bool $throw Whether an exception should be thrown on 3/4/5xx status codes
3838
*
39-
* @return string[][] The headers of the response keyed by header names in lowercase
39+
* @return array<string, list<string>> The headers of the response keyed by header names in lowercase
4040
*
4141
* @throws TransportExceptionInterface When a network error occurs
4242
* @throws RedirectionExceptionInterface On a 3xx when $throw is true and the "max_redirects" option has been reached

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.