8000 Merge pull request #35057 from seriquynh/fix_docblock · laravel/framework@b1f1d9c · GitHub
[go: up one dir, main page]

Skip to content

Commit b1f1d9c

Browse files
authored
Merge pull request #35057 from seriquynh/fix_docblock
[7.x] Fix PendingRequest docblock
2 parents 92ae190 + ab0aead commit b1f1d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Client/PendingRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class PendingRequest
8787
/**
8888
* The callbacks that should execute before the request is sent.
8989
*
90-
* @var array
90+
* @var \Illuminate\Support\Collection
9191
*/
9292
protected $beforeSendingCallbacks;
9393

0 commit comments

Comments
 (0)
0