mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
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:
commit
8416cf5e9a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue