mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #50457 from nextcloud/backport/50077/stable30
This commit is contained in:
commit
11f85702e8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ interface IInitialState {
|
|||
*
|
||||
* @param string $key
|
||||
* @param Closure $closure returns a primitive or an object that implements JsonSerializable
|
||||
* @psalm-param Closure():bool|Closure():int|Closure():float|Closure():string|Closure():\JsonSerializable $closure
|
||||
* @psalm-param Closure():bool|Closure():int|Closure():float|Closure():string|Closure():array|Closure():\JsonSerializable $closure
|
||||
*/
|
||||
public function provideLazyInitialState(string $key, Closure $closure): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue