Merge pull request #23743 from nextcloud/enhancement/iusermanager-callforallusers-typed-closure
Type the \OCP\IUserManager::callForAllUsers closure with Psalm
This commit is contained in:
commit
e3e6bc5972
|
@ -155,6 +155,7 @@ interface IUserManager {
|
|||
|
||||
/**
|
||||
* @param \Closure $callback
|
||||
* @psalm-param \Closure(\OCP\IUser):void $callback
|
||||
* @param string $search
|
||||
* @since 9.0.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue