Skip to content

Commit

Permalink
More style
Browse files Browse the repository at this point in the history
  • Loading branch information
remmelt committed Feb 2, 2021
1 parent 0bc626e commit f3ab9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function copy(array $options)
$sourceFiles = $this->listFiles($options['BucketId'], $options['FileName']);
$sourceFileId = !empty($sourceFiles) ? $sourceFiles[0]->getId() : false;
if (!$sourceFileId) {
throw new InvalidArgumentException("Source file not found in B2");
throw new InvalidArgumentException('Source file not found in B2');
}

$json = [
Expand Down

0 comments on commit f3ab9c1

Please sign in to comment.