8000 Fix PendingRequest docblock · laravel/framework@ab0aead · GitHub
[go: up one dir, main page]

Skip to content

Commit ab0aead

Browse files
committed
Fix PendingRequest docblock
1 parent 92ae190 commit ab0aead

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