diff --git a/lib/Mount/GroupFolderStorage.php b/lib/Mount/GroupFolderStorage.php index ca5fcd440..26518772f 100644 --- a/lib/Mount/GroupFolderStorage.php +++ b/lib/Mount/GroupFolderStorage.php @@ -70,7 +70,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 beeeff0cd..a62e0bce8 100644 --- a/lib/Trash/GroupTrashItem.php +++ b/lib/Trash/GroupTrashItem.php @@ -21,7 +21,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;