aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-10-28 13:14:36 +0100
committerGitHub <noreply@github.com>2020-10-28 13:14:36 +0100
commite3e6bc5972668b004fca4d337ca76841a1e06edc (patch)
treea86f97061cb2e24bb7ba1022348b55d624b5eebb /lib
parent73e063e63c3c88a9b05679f878f8c681b6f85c5b (diff)
parenta2206b8cfbc5535b731c9d753c442e6fecbfec43 (diff)
downloadnextcloud-server-e3e6bc5972668b004fca4d337ca76841a1e06edc.tar.gz
nextcloud-server-e3e6bc5972668b004fca4d337ca76841a1e06edc.zip
Merge pull request #23743 from nextcloud/enhancement/iusermanager-callforallusers-typed-closure
Type the \OCP\IUserManager::callForAllUsers closure with Psalm
Diffstat (limited to 'lib')
-rw-r--r--lib/public/IUserManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php
index f60e3f068c7..baa37af8d50 100644
--- a/lib/public/IUserManager.php
+++ b/lib/public/IUserManager.php
@@ -155,6 +155,7 @@ interface IUserManager {
/**
* @param \Closure $callback
+ * @psalm-param \Closure(\OCP\IUser):void $callback
* @param string $search
* @since 9.0.0
*/