Skip to content

Commit

Permalink
move params
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Oct 22, 2020
1 parent 316a470 commit ddb255e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Resources/Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ class Files extends Resource
* Upload a new file.
*
* @param resource|string $file
* @param array $params Optional parameters
*
* @see https://legacydocs.hubspot.com/docs/methods/files/v3/upload_new_file
*
* @return \SevenShores\Hubspot\Http\Response
*/
public function upload(
$file,
string $fileName = null,
array $options = [],
string $folderPath = '/',
string $fileName = null,
string $folderId = null,
string $charsetHunch = null
) {
Expand Down

0 comments on commit ddb255e

Please sign in to comment.