Skip to content

Commit

Permalink
Add @SInCE annotation and add missing new line
Browse files Browse the repository at this point in the history
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
  • Loading branch information
LEDfan authored and MorrisJobke committed Dec 11, 2017
1 parent f8da24e commit c203752
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/public/Contacts/ContactsMenu/IContactsStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

use OCP\IUser;

/**
* @since 13.0.0
*/
interface IContactsStore {


/**
* @param IUser $user
* @param $filter
* @return IEntry[]
* @since 13.0.0
*/
public function getContacts(IUser $user, $filter);

Expand All @@ -20,7 +24,8 @@ public function getContacts(IUser $user, $filter);
* @param integer $shareType
* @param string $shareWith
* @return IEntry|null
* @since 13.0.0
*/
public function findOne(IUser $user, $shareType, $shareWith);

}
}

0 comments on commit c203752

Please sign in to comment.