Skip to content

Commit 2ece1f8

Browse files
committed
Fix ReflectionFunctionAbstract::getExtension return type
1 parent cc8d35f commit 2ece1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10042,8 +10042,8 @@
1004210042
'ReflectionFunctionAbstract::getClosureThis' => ['object|null'],
1004310043
'ReflectionFunctionAbstract::getDocComment' => ['string|false'],
1004410044
'ReflectionFunctionAbstract::getEndLine' => ['int|false'],
10045-
'ReflectionFunctionAbstract::getExtension' => ['ReflectionExtension'],
10046-
'ReflectionFunctionAbstract::getExtensionName' => ['string'],
10045+
'ReflectionFunctionAbstract::getExtension' => ['ReflectionExtension|null'],
10046+
'ReflectionFunctionAbstract::getExtensionName' => ['string|false'],
1004710047
'ReflectionFunctionAbstract::getFileName' => ['string|false'],
1004810048
'ReflectionFunctionAbstract::getName' => ['non-empty-string'],
1004910049
'ReflectionFunctionAbstract::getNamespaceName' => ['string'],

0 commit comments

Comments
 (0)