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 622e6b4 commit 3becd20Copy full SHA for 3becd20
Response/TransportResponseTrait.php
@@ -30,6 +30,7 @@
30
trait TransportResponseTrait
31
{
32
private Canary $canary;
33
+ /** @var array<string, list<string>> */
34
private array $headers = [];
35
private array $info = [
36
'response_headers' => [],
0 commit comments