mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
Update IShare.php
This commit is contained in:
parent
8531ffd1cb
commit
75bafe81c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue