summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Storage
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-01-24 16:58:04 +0100
committerRobin Appelman <robin@icewind.nl>2017-01-24 16:58:04 +0100
commitf73527c42f775f1905521448f4a7b4c7dbb96317 (patch)
tree6d40aad7a38c4511f0c27a842a6f2e4b8ec7d8b5 /lib/public/Files/Storage
parentf55260bc83feeb76ae662c7b97d092da83d8b6bb (diff)
downloadnextcloud-server-f73527c42f775f1905521448f4a7b4c7dbb96317.tar.gz
nextcloud-server-f73527c42f775f1905521448f4a7b4c7dbb96317.zip
minor storage interface tweaks
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public/Files/Storage')
-rw-r--r--lib/public/Files/Storage/IStorage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php
index b806dc3b7d1..27b8f1d0697 100644
--- a/lib/public/Files/Storage/IStorage.php
+++ b/lib/public/Files/Storage/IStorage.php
@@ -383,7 +383,7 @@ interface IStorage {
public function verifyPath($path, $fileName);
/**
- * @param \OCP\Files\Storage $sourceStorage
+ * @param \OCP\Files\Storage|\OCP\Files\Storage\IStorage $sourceStorage
* @param string $sourceInternalPath
* @param string $targetInternalPath
* @return bool
@@ -392,7 +392,7 @@ interface IStorage {
public function copyFromStorage(\OCP\Files\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath);
/**
- * @param \OCP\Files\Storage $sourceStorage
+ * @param \OCP\Files\Storage|\OCP\Files\Storage\IStorage $sourceStorage
* @param string $sourceInternalPath
* @param string $targetInternalPath
* @return bool