瀏覽代碼

Fix psalm parameter type

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v25.0.0beta7
Joas Schilling 1 年之前
父節點
當前提交
df57b51c8b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      lib/public/AppFramework/Services/IInitialState.php

+ 1
- 1
lib/public/AppFramework/Services/IInitialState.php 查看文件

@@ -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…
取消
儲存