Skip to content

Commit 437e835

Browse files
committed
Update stubs
1 parent df2f7c2 commit 437e835

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stubs/ext/reflection/ReflectionFunctionAbstract.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ public function getClosureThis()
8080
public function getClosureScopeClass()
8181
{
8282
}
83+
/**
84+
* @tentative-return-type
85+
* @return (ReflectionClass | null)
86+
*/
87+
public function getClosureCalledClass()
88+
{
89+
}
8390
#[\Since('8.1')]
8491
public function getClosureUsedVariables() : array
8592
{

0 commit comments

Comments
 (0)