We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff133a2 commit 14b7352Copy full SHA for 14b7352
build/gen_stub.php
@@ -3548,7 +3548,7 @@ function (Name $item) {
3548
$code .= generateCodeWithConditions(
3549
$this->constInfos,
3550
'',
3551
- static fn ( $const ) => $const->getDeclaration($allConstInfos)
+ static fn (ConstInfo $const): string => $const->getDeclaration($allConstInfos)
3552
);
3553
3554
foreach ($this->enumCaseInfos as $enumCase) {
@@ -5184,7 +5184,7 @@ static function (FuncInfo $funcInfo) use ($fileInfo, &$generatedFunctionDeclarat
5184
5185
$fileInfo->constInfos,
5186
5187
- static fn ( $constInfo ) => $constInfo->getDeclaration($allConstInfos)
+ static fn (ConstInfo $constInfo): string => $constInfo->getDeclaration($allConstInfos)
5188
5189
5190
if ($attributeInitializationCode !== "" && $fileInfo->constInfos) {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments