From ab0aead7c2c9633effe0dba5229565a159ba4af4 Mon Sep 17 00:00:00 2001 From: Quynh Xuan Nguyen Date: Mon, 2 Nov 2020 10:46:23 +0700 Subject: [PATCH] Fix PendingRequest docblock --- src/Illuminate/Http/Client/PendingRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Http/Client/PendingRequest.php b/src/Illuminate/Http/Client/PendingRequest.php index 08587e1e1fd9..304151cacae0 100644 --- a/src/Illuminate/Http/Client/PendingRequest.php +++ b/src/Illuminate/Http/Client/PendingRequest.php @@ -87,7 +87,7 @@ class PendingRequest /** * The callbacks that should execute before the request is sent. * - * @var array + * @var \Illuminate\Support\Collection */ protected $beforeSendingCallbacks;