Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix @SInCE comment in IManager
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Jun 7, 2022
commit db0d5d0de1aaf0ffd38e58f8d949cad754bf167f
4 changes: 2 additions & 2 deletions lib/public/Share/IManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,15 @@ public function allowEnumerationFullMatch(): bool;
* Check if the search should match the email
*
* @return bool
* @since 25.0.0
* @since 24.0.1
*/
public function matchEmail(): bool;

/**
* Check if the search should ignore the second in parentheses display name if there is any
*
* @return bool
* @since 25.0.0
* @since 24.0.1
*/
public function ignoreSecondDisplayName(): bool;

Expand Down