spaces to tab fix

This commit is contained in:
Raffael Sahli 2018-08-24 16:37:47 +02:00 committed by Robin Appelman
commit 99f721a436
5 changed files with 60 additions and 60 deletions

View file

@ -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