Skip to content

Commit fed3fa9

Browse files
committed
fix
1 parent b3c5263 commit fed3fa9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

resources/functionMap.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9934,7 +9934,7 @@
99349934
'ReflectionClass::getConstructor' => ['ReflectionMethod|null'],
99359935
'ReflectionClass::getDefaultProperties' => ['array<string, mixed>'],
99369936
'ReflectionClass::getDocComment' => ['string|false'],
9937-
'ReflectionClass::getEndLine' => ['0|positive-int|false'],
9937+
'ReflectionClass::getEndLine' => ['positive-int|false'],
99389938
'ReflectionClass::getExtension' => ['ReflectionExtension|null'],
99399939
'ReflectionClass::getExtensionName' => ['string|false'],
99409940
'ReflectionClass::getFileName' => ['non-empty-string|false'],
@@ -9951,7 +9951,7 @@
99519951
'ReflectionClass::getReflectionConstant' => ['ReflectionClassConstant|false', 'name'=>'string'],
99529952
'ReflectionClass::getReflectionConstants' => ['list<ReflectionClassConstant>'],
99539953
'ReflectionClass::getShortName' => ['string'],
9954-
'ReflectionClass::getStartLine' => ['0|positive-int|false'],
9954+
'ReflectionClass::getStartLine' => ['positive-int|false'],
99559955
'ReflectionClass::getStaticProperties' => ['array<string, mixed>'],
99569956
'ReflectionClass::getStaticPropertyValue' => ['mixed', 'name'=>'string', 'default='=>'mixed'],
99579957
'ReflectionClass::getTraitAliases' => ['array<string,string>'],
@@ -10012,7 +10012,7 @@
1001210012
'ReflectionFunction::getClosureScopeClass' => ['ReflectionClass'],
1001310013
'ReflectionFunction::getClosureThis' => ['bool'],
1001410014
'ReflectionFunction::getDocComment' => ['string|false'],
10015-
'ReflectionFunction::getEndLine' => ['0|positive-int|false'],
10015+
'ReflectionFunction::getEndLine' => ['positive-int|false'],
1001610016
'ReflectionFunction::getExtension' => ['ReflectionExtension|null'],
1001710017
'ReflectionFunction::getExtensionName' => ['string|false'],
1001810018
'ReflectionFunction::getFileName' => ['non-empty-string|false'],
@@ -10023,7 +10023,7 @@
1002310023
'ReflectionFunction::getParameters' => ['list<ReflectionParameter>'],
1002410024
'ReflectionFunction::getReturnType' => ['?ReflectionType'],
1002510025
'ReflectionFunction::getShortName' => ['string'],
10026-
'ReflectionFunction::getStartLine' => ['0|positive-int|false'],
10026+
'ReflectionFunction::getStartLine' => ['positive-int|false'],
1002710027
'ReflectionFunction::getStaticVariables' => ['array'],
1002810028
'ReflectionFunction::inNamespace' => ['bool'],
1002910029
'ReflectionFunction::invoke' => ['mixed', '...args='=>'mixed'],
@@ -10041,7 +10041,7 @@
1004110041
'ReflectionFunctionAbstract::getClosureScopeClass' => ['ReflectionClass|null'],
1004210042
'ReflectionFunctionAbstract::getClosureThis' => ['object|null'],
1004310043
'ReflectionFunctionAbstract::getDocComment' => ['string|false'],
10044-
'ReflectionFunctionAbstract::getEndLine' => ['0|positive-int|false'],
10044+
'ReflectionFunctionAbstract::getEndLine' => ['positive-int|false'],
1004510045
'ReflectionFunctionAbstract::getExtension' => ['ReflectionExtension|null'],
1004610046
'ReflectionFunctionAbstract::getExtensionName' => ['string|false'],
1004710047
'ReflectionFunctionAbstract::getFileName' => ['non-empty-string|false'],
@@ -10052,7 +10052,7 @@
1005210052
'ReflectionFunctionAbstract::getParameters' => ['list<ReflectionParameter>'],
1005310053
'ReflectionFunctionAbstract::getReturnType' => ['?ReflectionType'],
1005410054
'ReflectionFunctionAbstract::getShortName' => ['string'],
10055-
'ReflectionFunctionAbstract::getStartLine' => ['0|positive-int|false'],
10055+
'ReflectionFunctionAbstract::getStartLine' => ['positive-int|false'],
1005610056
'ReflectionFunctionAbstract::getStaticVariables' => ['array'],
1005710057
'ReflectionFunctionAbstract::hasReturnType' => ['bool'],
1005810058
'ReflectionFunctionAbstract::inNamespace' => ['bool'],

0 commit comments

Comments
 (0)