Skip to content

Commit da3554e

Browse files
authored
Merge branch refs/heads/1.12.x into 2.0.x
2 parents 0edf18d + edc13ad commit da3554e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

resources/functionMap.php

+9-9
Original file line numberDiff line numberDiff line change
@@ -9934,10 +9934,10 @@
99349934
'ReflectionClass::getConstructor' => ['ReflectionMethod|null'],
99359935
'ReflectionClass::getDefaultProperties' => ['array<string, mixed>'],
99369936
'ReflectionClass::getDocComment' => ['string|false'],
9937-
'ReflectionClass::getEndLine' => ['int|false'],
9937+
'ReflectionClass::getEndLine' => ['positive-int|false'],
99389938
'ReflectionClass::getExtension' => ['ReflectionExtension|null'],
99399939
'ReflectionClass::getExtensionName' => ['string|false'],
9940-
'ReflectionClass::getFileName' => ['string|false'],
9940+
'ReflectionClass::getFileName' => ['non-empty-string|false'],
99419941
'ReflectionClass::getInterfaceNames' => ['list<class-string>'],
99429942
'ReflectionClass::getInterfaces' => ['array<string, ReflectionClass>'],
99439943
'ReflectionClass::getMethod' => ['ReflectionMethod', 'name'=>'string'],
@@ -9951,7 +9951,7 @@
99519951
'ReflectionClass::getReflectionConstant' => ['ReflectionClassConstant|false', 'name'=>'string'],
99529952
'ReflectionClass::getReflectionConstants' => ['list<ReflectionClassConstant>'],
99539953
'ReflectionClass::getShortName' => ['string'],
9954-
'ReflectionClass::getStartLine' => ['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,18 +10012,18 @@
1001210012
'ReflectionFunction::getClosureScopeClass' => ['ReflectionClass'],
1001310013
'ReflectionFunction::getClosureThis' => ['bool'],
1001410014
'ReflectionFunction::getDocComment' => ['string|false'],
10015-
'ReflectionFunction::getEndLine' => ['int|false'],
10015+
'ReflectionFunction::getEndLine' => ['positive-int|false'],
1001610016
'ReflectionFunction::getExtension' => ['ReflectionExtension|null'],
1001710017
'ReflectionFunction::getExtensionName' => ['string|false'],
10018-
'ReflectionFunction::getFileName' => ['string|false'],
10018+
'ReflectionFunction::getFileName' => ['non-empty-string|false'],
1001910019
'ReflectionFunction::getName' => ['non-empty-string'],
1002010020
'ReflectionFunction::getNamespaceName' => ['string'],
1002110021
'ReflectionFunction::getNumberOfParameters' => ['int'],
1002210022
'ReflectionFunction::getNumberOfRequiredParameters' => ['int'],
1002310023
'ReflectionFunction::getParameters' => ['list<ReflectionParameter>'],
1002410024
'ReflectionFunction::getReturnType' => ['?ReflectionType'],
1002510025
'ReflectionFunction::getShortName' => ['string'],
10026-
'ReflectionFunction::getStartLine' => ['int|false'],
10026+
'ReflectionFunction::getStartLine' => ['positive-int|false'],
1002710027
'ReflectionFunction::getStaticVariables' => ['array'],
1002810028
'ReflectionFunction::inNamespace' => ['bool'],
1002910029
'ReflectionFunction::invoke' => ['mixed', '...args='=>'mixed'],
@@ -10041,18 +10041,18 @@
1004110041
'ReflectionFunctionAbstract::getClosureScopeClass' => ['ReflectionClass|null'],
1004210042
'ReflectionFunctionAbstract::getClosureThis' => ['object|null'],
1004310043
'ReflectionFunctionAbstract::getDocComment' => ['string|false'],
10044-
'ReflectionFunctionAbstract::getEndLine' => ['int|false'],
10044+
'ReflectionFunctionAbstract::getEndLine' => ['positive-int|false'],
1004510045
'ReflectionFunctionAbstract::getExtension' => ['ReflectionExtension|null'],
1004610046
'ReflectionFunctionAbstract::getExtensionName' => ['string|false'],
10047-
'ReflectionFunctionAbstract::getFileName' => ['string|false'],
10047+
'ReflectionFunctionAbstract::getFileName' => ['non-empty-string|false'],
1004810048
'ReflectionFunctionAbstract::getName' => ['non-empty-string'],
1004910049
'ReflectionFunctionAbstract::getNamespaceName' => ['string'],
1005010050
'ReflectionFunctionAbstract::getNumberOfParameters' => ['int'],
1005110051
'ReflectionFunctionAbstract::getNumberOfRequiredParameters' => ['int'],
1005210052
'ReflectionFunctionAbstract::getParameters' => ['list<ReflectionParameter>'],
1005310053
'ReflectionFunctionAbstract::getReturnType' => ['?ReflectionType'],
1005410054
'ReflectionFunctionAbstract::getShortName' => ['string'],
10055-
'ReflectionFunctionAbstract::getStartLine' => ['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)