Skip to content

Commit

Permalink
functionMap: fixed return types for ReflectionFunctionAbstract::getCl…
Browse files Browse the repository at this point in the history
…osureScopeClass() and ReflectionFunctionAbstract::getClosureThis()
  • Loading branch information
dktapps authored and ondrejmirtes committed Dec 12, 2019
1 parent f56803d commit 082848f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Reflection/SignatureMap/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9715,8 +9715,8 @@
'ReflectionFunction::returnsReference' => ['bool'],
'ReflectionFunctionAbstract::__clone' => ['void'],
'ReflectionFunctionAbstract::__toString' => ['string'],
'ReflectionFunctionAbstract::getClosureScopeClass' => ['ReflectionClass'],
'ReflectionFunctionAbstract::getClosureThis' => ['object'],
'ReflectionFunctionAbstract::getClosureScopeClass' => ['ReflectionClass|null'],
'ReflectionFunctionAbstract::getClosureThis' => ['object|null'],
'ReflectionFunctionAbstract::getDocComment' => ['string|false'],
'ReflectionFunctionAbstract::getEndLine' => ['int|false'],
'ReflectionFunctionAbstract::getExtension' => ['ReflectionExtension'],
Expand Down

0 comments on commit 082848f

Please sign in to comment.