Merge pull request #127 from ram-fabian-heinrich/patch-1

IShare.php - Typo in PHPDoc for get / put: remove file -> remote file
This commit is contained in:
Robin Appelman 2024-04-08 13:07:21 +02:00 committed by GitHub
commit 8416cf5e9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ interface IShare {
/** /**
* Download a remote file * Download a remote file
* *
* @param string $source remove file * @param string $source remote file
* @param string $target local file * @param string $target local file
* @return bool * @return bool
* *
@ -36,7 +36,7 @@ interface IShare {
* Upload a local file * Upload a local file
* *
* @param string $source local file * @param string $source local file
* @param string $target remove file * @param string $target remote file
* @return bool * @return bool
* *
* @throws NotFoundException * @throws NotFoundException