Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Sep 3, 2022
1 parent df2f7c2 commit 437e835
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stubs/ext/reflection/ReflectionFunctionAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ public function getClosureThis()
public function getClosureScopeClass()
{
}
/**
* @tentative-return-type
* @return (ReflectionClass | null)
*/
public function getClosureCalledClass()
{
}
#[\Since('8.1')]
public function getClosureUsedVariables() : array
{
Expand Down

0 comments on commit 437e835

Please sign in to comment.