Skip to content

Commit 3480b7c

Browse files
authored
Correct PHPDoc for the transferStats property (#45267)
1 parent 26c7029 commit 3480b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Client/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Response implements ArrayAccess
3737
/**
3838
* The transfer stats for the request.
3939
*
40-
* \GuzzleHttp\TransferStats|null
40+
* @var \GuzzleHttp\TransferStats|null
4141
*/
4242
public $transferStats;
4343

0 commit comments

Comments
 (0)