mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
spaces to tab fix
This commit is contained in:
parent
1cb1f3f56a
commit
99f721a436
5 changed files with 60 additions and 60 deletions
|
|
@ -52,7 +52,7 @@ interface IShare {
|
|||
|
||||
/**
|
||||
* Open a writable stream to a remote file
|
||||
* Note: This method will truncate the file to 0bytes
|
||||
* Note: This method will truncate the file to 0bytes
|
||||
*
|
||||
* @param string $target
|
||||
* @return resource a write only stream to upload a remote file
|
||||
|
|
@ -62,7 +62,7 @@ interface IShare {
|
|||
*/
|
||||
public function write($target);
|
||||
|
||||
/**
|
||||
/**
|
||||
* Open a writable stream to a remote file and set the cursor to the end of the file
|
||||
*
|
||||
* @param string $target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue