From 54865815f5c6044b3b4ea4793f6677d48c16604d Mon Sep 17 00:00:00 2001 From: ringmaster Date: Wed, 28 May 2014 09:04:05 -0400 Subject: Move Lock to private namespace, add interface. Update PHPDoc. --- lib/private/files/storage/wrapper/lockingwrapper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private/files/storage') 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(); /** -- cgit v1.2.3