diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-11-20 15:42:34 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-11-20 15:42:34 +0000 |
commit | 5573029485f7ecea806d3c58f6f0204c2e0651ad (patch) | |
tree | ed6c44809da98543a8f95f31b8eded62ae422395 /apps/dav/lib/connector/sabre/lockplugin.php | |
parent | f3ff85832356e197ff03582d8ccab729dbc6d375 (diff) | |
download | nextcloud-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.php | 1 |
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 { |