Update IShare.php

This commit is contained in:
Fabian Heinrich 2024-04-07 17:33:09 +02:00 committed by GitHub
commit 75bafe81c1
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
*
* @param string $source remove file
* @param string $source remote file
* @param string $target local file
* @return bool
*
@ -36,7 +36,7 @@ interface IShare {
* Upload a local file
*
* @param string $source local file
* @param string $target remove file
* @param string $target remote file
* @return bool
*
* @throws NotFoundException