Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix PendingRequest docblock
  • Loading branch information
seriquynh committed Nov 2, 2020
commit ab0aead7c2c9633effe0dba5229565a159ba4af4
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Client/PendingRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class PendingRequest
/**
* The callbacks that should execute before the request is sent.
*
* @var array
* @var \Illuminate\Support\Collection
*/
protected $beforeSendingCallbacks;

Expand Down