Skip to content

Commit 8dbc639

Browse files
committed
Add @SInCE annotation and add missing new line
Signed-off-by: Tobia De Koninck <[email protected]>
1 parent 5628e76 commit 8dbc639

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/public/Contacts/ContactsMenu/IContactsStore.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

55
use OCP\IUser;
66

7+
/**
8+
* @since 13.0.0
9+
*/
710
interface IContactsStore {
811

912

1013
/**
1114
* @param IUser $user
1215
* @param $filter
1316
* @return IEntry[]
17+
* @since 13.0.0
1418
*/
1519
public function getContacts(IUser $user, $filter);
1620

@@ -20,7 +24,8 @@ public function getContacts(IUser $user, $filter);
2024
* @param integer $shareType
2125
* @param string $shareWith
2226
* @return IEntry|null
27+
* @since 13.0.0
2328
*/
2429
public function findOne(IUser $user, $shareType, $shareWith);
2530

26-
}
31+
}

0 commit comments

Comments
 (0)