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