Merge pull request #23743 from nextcloud/enhancement/iusermanager-callforallusers-typed-closure

Type the \OCP\IUserManager::callForAllUsers closure with Psalm
This commit is contained in:
Roeland Jago Douma 2020-10-28 13:14:36 +01:00 committed by GitHub
commit e3e6bc5972
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
*/