Skip to content

Commit

Permalink
Merge pull request #127 from ram-fabian-heinrich/patch-1
Browse files Browse the repository at this point in the history
IShare.php - Typo in PHPDoc for get / put: remove file -> remote file
  • Loading branch information
icewind1991 committed Apr 8, 2024
2 parents 8531ffd + 75bafe8 commit 8416cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IShare.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getName(): string;
/**
* Download a remote file
*
* @param string $source remove file
* @param string $source remote file
* @param string $target local file
* @return bool
*
Expand All @@ -36,7 +36,7 @@ public function get(string $source, string $target): bool;
* Upload a local file
*
* @param string $source local file
* @param string $target remove file
* @param string $target remote file
* @return bool
*
* @throws NotFoundException
Expand Down

0 comments on commit 8416cf5

Please sign in to comment.