From 2f0955d5457dbb783f0a57a2424cc8f5d1fa6f75 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 6 Oct 2020 07:45:00 -0500 Subject: [PATCH] Update PendingRequest.php --- 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 68ca758e153f..4745ebdbd145 100644 --- a/src/Illuminate/Http/Client/PendingRequest.php +++ b/src/Illuminate/Http/Client/PendingRequest.php @@ -202,7 +202,7 @@ public function attach($name, $contents, $filename = null, array $headers = []) } /** - * Attach multiple files to the request. Accepts an array containing arrays of files + * Attach multiple files to the request. * * @param array $files * @return $this