summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector/sabre/lockplugin.php
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-11-20 15:42:34 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-11-20 15:42:34 +0000
commit5573029485f7ecea806d3c58f6f0204c2e0651ad (patch)
treeed6c44809da98543a8f95f31b8eded62ae422395 /apps/dav/lib/connector/sabre/lockplugin.php
parentf3ff85832356e197ff03582d8ccab729dbc6d375 (diff)
downloadnextcloud-server-5573029485f7ecea806d3c58f6f0204c2e0651ad.tar.gz
nextcloud-server-5573029485f7ecea806d3c58f6f0204c2e0651ad.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/dav/lib/connector/sabre/lockplugin.php')
-rw-r--r--apps/dav/lib/connector/sabre/lockplugin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/connector/sabre/lockplugin.php b/apps/dav/lib/connector/sabre/lockplugin.php
index 8032d2b3fbf..d770b141eb9 100644
--- a/apps/dav/lib/connector/sabre/lockplugin.php
+++ b/apps/dav/lib/connector/sabre/lockplugin.php
@@ -27,7 +27,6 @@ use OCP\Lock\ILockingProvider;
use OCP\Lock\LockedException;
use Sabre\DAV\Exception\NotFound;
use Sabre\DAV\ServerPlugin;
-use Sabre\DAV\Tree;
use Sabre\HTTP\RequestInterface;
class LockPlugin extends ServerPlugin {