Completed
Push — master ( e0f925...4ad272 )
by Morris
84:55 queued 70:47
created
apps/files_trashbin/lib/Trash/LegacyTrashBackend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 	}
45 45
 
46 46
 	/**
47
-	 * @param array $items
47
+	 * @param FileInfo[] $items
48 48
 	 * @param IUser $user
49 49
 	 * @param ITrashItem $parent
50 50
 	 * @return ITrashItem[]
Please login to merge, or discard this patch.
apps/files_trashbin/lib/Trash/TrashManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,6 @@
 block discarded – undo
21 21
 
22 22
 namespace OCA\Files_Trashbin\Trash;
23 23
 
24
-use OCP\Files\FileInfo;
25
-use OCP\Files\Mount\IMountPoint;
26 24
 use OCP\Files\Storage\IStorage;
27 25
 use OCP\IUser;
28 26
 
Please login to merge, or discard this patch.