Skip to content

Commit

Permalink
CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Sep 10, 2019
1 parent 92b011c commit e5f3c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CosAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public function getMetadata($path)
return $this->getClient()->headObject([
'Bucket' => $this->getBucket(),
'Key' => $path,
])->toArray();
]);
}

/**
Expand Down

0 comments on commit e5f3c71

Please sign in to comment.