Completed
Pull Request — master (#6637)
by Tobia
13:14
created
lib/private/Contacts/ContactsMenu/ContactsStore.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,14 +25,12 @@
 block discarded – undo
25 25
 
26 26
 namespace OC\Contacts\ContactsMenu;
27 27
 
28
-use OC\Share\Share;
29 28
 use OCP\Contacts\ContactsMenu\IEntry;
30 29
 use OCP\Contacts\IManager;
31 30
 use OCP\IConfig;
32 31
 use OCP\IGroupManager;
33 32
 use OCP\IUser;
34 33
 use OCP\IUserManager;
35
-use OCP\IUserSession;
36 34
 use OCP\Contacts\ContactsMenu\IContactsStore;
37 35
 
38 36
 class ContactsStore implements IContactsStore {
Please login to merge, or discard this patch.
apps/dav/lib/AppInfo/Application.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
 	}
77 77
 
78 78
 	/**
79
-	 * @param IManager $contactsManager
79
+	 * @param IContactsManager $contactsManager
80 80
 	 */
81 81
 	public function setupSystemContactsProvider(IContactsManager $contactsManager) {
82 82
 		/** @var ContactsManager $cm */
Please login to merge, or discard this patch.