Merge pull request #23749 from nextcloud/backport/23743/stable20

[stable20] Type the \OCP\IUserManager::callForAllUsers closure with Psalm
This commit is contained in:
Morris Jobke 2020-10-28 15:27:16 +01:00 committed by GitHub
commit 9dbc227043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ interface IUserManager {
/**
* @param \Closure $callback
* @psalm-param \Closure(\OCP\IUser):void $callback
* @param string $search
* @since 9.0.0
*/