mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix psalm parameter type
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5267ea2624
commit
df57b51c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ interface IInitialState {
|
|||
*
|
||||
* @param string $key
|
||||
* @param Closure $closure returns a primitive or an object that implements JsonSerializable
|
||||
* @psalm-param Closure():int|Closure():float|Closure():string|Closure():\JsonSerializable $closure
|
||||
* @psalm-param Closure():bool|Closure():int|Closure():float|Closure():string|Closure():\JsonSerializable $closure
|
||||
*/
|
||||
public function provideLazyInitialState(string $key, Closure $closure): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue