Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxbux committed May 4, 2020
1 parent d3ad7a5 commit 302fad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BackblazeB2Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function readStream($path) {
* {@inheritdoc}
*/
public function rename($path, $newPath) {
// Same as copy, then delete
// Same as copy then delete
$this->copy($path, $newPath);
$this->delete($path);

Expand Down Expand Up @@ -236,7 +236,7 @@ public function listContents($directory = '', $recursive = false) {
/**
* Get file info
*
* @param $file ILAB\B2\File $file
* @param $file Zaxbux\B2\File $file
* @return array
*/
protected function getFileInfo($file) {
Expand Down

0 comments on commit 302fad0

Please sign in to comment.