Procházet zdrojové kódy

Fix psalm parameter type

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v25.0.0beta7
Joas Schilling před 1 rokem
rodič
revize
df57b51c8b
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
lib/public/AppFramework/Services/IInitialState.php Zobrazit soubor

@@ -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;
}

Načítá se…
Zrušit
Uložit