diff --git a/lib/Mount/GroupFolderStorage.php b/lib/Mount/GroupFolderStorage.php index 3230891bc..4e59c88e2 100644 --- a/lib/Mount/GroupFolderStorage.php +++ b/lib/Mount/GroupFolderStorage.php @@ -55,7 +55,8 @@ public function getCache($path = '', $storage = null) { $cache = parent::getCache($path, $storage); if ($this->rootEntry !== null) { - $cache = new RootEntryCache($cache, $this->rootEntry);} + $cache = new RootEntryCache($cache, $this->rootEntry); + } $this->cache = $cache; return $this->cache; diff --git a/lib/Trash/GroupTrashItem.php b/lib/Trash/GroupTrashItem.php index a10f8d5a2..2ccdbcb76 100644 --- a/lib/Trash/GroupTrashItem.php +++ b/lib/Trash/GroupTrashItem.php @@ -6,7 +6,6 @@ namespace OCA\GroupFolders\Trash; -use OC\Files\Storage\Wrapper\Jail; use OCA\Files_Trashbin\Trash\ITrashBackend; use OCA\Files_Trashbin\Trash\TrashItem; use OCP\Files\FileInfo;