aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/files/storage')
-rw-r--r--lib/private/files/storage/wrapper/lockingwrapper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/files/storage/wrapper/lockingwrapper.php b/lib/private/files/storage/wrapper/lockingwrapper.php
index 4f41c528253..428c2c516a4 100644
--- a/lib/private/files/storage/wrapper/lockingwrapper.php
+++ b/lib/private/files/storage/wrapper/lockingwrapper.php
@@ -10,7 +10,7 @@
namespace OC\Files\Storage\Wrapper;
use OC\Files\Filesystem;
-use OCP\Files\Lock;
+use OC\Files\Lock;
/**
* Class LockingWrapper
@@ -23,7 +23,7 @@ use OCP\Files\Lock;
*/
class LockingWrapper extends Wrapper {
- /** @var array $locks Holds an array of lock instances indexed by path for this storage */
+ /** @var \OCP\Files\Lock[] $locks Holds an array of lock instances indexed by path for this storage */
protected $locks = array();
/**