mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Type the \OCP\IUserManager::callForSeenUsers closure with Psalm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
4ade7f12f2
commit
7e72866811
2 changed files with 2 additions and 0 deletions
|
|
@ -547,6 +547,7 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
|
||||
/**
|
||||
* @param \Closure $callback
|
||||
* @psalm-param \Closure(\OCP\IUser):?bool $callback
|
||||
* @since 11.0.0
|
||||
*/
|
||||
public function callForSeenUsers(\Closure $callback) {
|
||||
|
|
|
|||
|
|
@ -179,6 +179,7 @@ interface IUserManager {
|
|||
|
||||
/**
|
||||
* @param \Closure $callback
|
||||
* @psalm-param \Closure(\OCP\IUser):?bool $callback
|
||||
* @since 11.0.0
|
||||
*/
|
||||
public function callForSeenUsers(\Closure $callback);
|
||||
|
|
|
|||
Loading…
Reference in a new issue