File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ interface IScanner {
3232 const SCAN_RECURSIVE = true ;
3333 const SCAN_SHALLOW = false ;
3434
35+ const REUSE_NONE = 0 ;
3536 const REUSE_ETAG = 1 ;
3637 const REUSE_SIZE = 2 ;
3738
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ public function getDirectDownload($path);
383383 public function verifyPath ($ path , $ fileName );
384384
385385 /**
386- * @param \OCP\Files\Storage $sourceStorage
386+ * @param \OCP\Files\Storage|\OCP\Files\Storage\IStorage $sourceStorage
387387 * @param string $sourceInternalPath
388388 * @param string $targetInternalPath
389389 * @return bool
@@ -392,7 +392,7 @@ public function verifyPath($path, $fileName);
392392 public function copyFromStorage (\OCP \Files \Storage $ sourceStorage , $ sourceInternalPath , $ targetInternalPath );
393393
394394 /**
395- * @param \OCP\Files\Storage $sourceStorage
395+ * @param \OCP\Files\Storage|\OCP\Files\Storage\IStorage $sourceStorage
396396 * @param string $sourceInternalPath
397397 * @param string $targetInternalPath
398398 * @return bool
You can’t perform that action at this time.
0 commit comments