diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-05-19 11:23:06 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-05-19 11:23:06 +0000 |
commit | fdbc21fc6cec5a91044cf1ffade8c1096d93eaca (patch) | |
tree | 9fbf495ff8f6978e96bf2cf0ff7ea4f664dfab43 /lib/private/connector | |
parent | 54a6ba47c070240a103c28259e45e682589cf73a (diff) | |
download | nextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.tar.gz nextcloud-server-fdbc21fc6cec5a91044cf1ffade8c1096d93eaca.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/private/connector')
-rw-r--r-- | lib/private/connector/sabre/objecttree.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/connector/sabre/objecttree.php b/lib/private/connector/sabre/objecttree.php index 999750fd785..8def14e8e9c 100644 --- a/lib/private/connector/sabre/objecttree.php +++ b/lib/private/connector/sabre/objecttree.php @@ -27,9 +27,7 @@ namespace OC\Connector\Sabre; use OC\Connector\Sabre\Exception\InvalidPath; use OC\Files\FileInfo; -use OC\Files\Filesystem; use OC\Files\Mount\MoveableMount; -use OC_Connector_Sabre_Exception_InvalidPath; use OCP\Files\StorageInvalidException; use OCP\Files\StorageNotAvailableException; |