Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: Adapt @since version number in OCP for backport to 28
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed May 27, 2024
commit f15f51c2cee9b37567cbe96550b27e343ff64141
2 changes: 1 addition & 1 deletion lib/public/IUserManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function searchDisplayName($pattern, $limit = null, $offset = null);
/**
* @return IUser[]
* @since 28.0.0
* @since 30.0.0 $search parameter added
* @since 28.0.7 $search parameter added
*/
public function getDisabledUsers(?int $limit = null, int $offset = 0, string $search = ''): array;

Expand Down
2 changes: 1 addition & 1 deletion lib/public/User/Backend/IProvideEnabledStateBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function setUserEnabled(string $uid, bool $enabled, callable $queryDataba
* Get the list of disabled users, to merge with the ones disabled in database
*
* @since 28.0.0
* @since 30.0.0 $search parameter added
* @since 28.0.7 $search parameter added
*
* @return string[]
*/
Expand Down