Skip to content

Commit

Permalink
Correct PHPDoc for the transferStats property (#45267)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Dec 12, 2022
1 parent 26c7029 commit 3480b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Client/Response.php
Expand Up @@ -37,7 +37,7 @@ class Response implements ArrayAccess
/**
* The transfer stats for the request.
*
* \GuzzleHttp\TransferStats|null
* @var \GuzzleHttp\TransferStats|null
*/
public $transferStats;

Expand Down

0 comments on commit 3480b7c

Please sign in to comment.