Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-08-23 10:20:43 +0300
committerJoas Schilling <coding@schilljs.com>2021-08-23 10:20:43 +0300
commite7d7d3ef7d967dcd7134bb4f27d340f089ba8937 (patch)
tree650eb2f86851e064c5a9710f451b5bdca3be6916 /tests
parent48dc4ba7487ffa376a84356c080c158e6fb46947 (diff)
Fix php CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/BackgroundJob/RetentionJobTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/BackgroundJob/RetentionJobTest.php b/tests/lib/BackgroundJob/RetentionJobTest.php
index 22f91ca..76fedc1 100644
--- a/tests/lib/BackgroundJob/RetentionJobTest.php
+++ b/tests/lib/BackgroundJob/RetentionJobTest.php
@@ -29,7 +29,6 @@ use OCA\Files_Retention\Constants;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\IJobList;
use OCP\Files\Config\ICachedMountFileInfo;
-use OCP\Files\Config\ICachedMountInfo;
use OCP\Files\Config\IUserMountCache;
use OCP\Files\Folder;
use OCP\Files\Node;