diff --git a/Internal/TentativeTypes.php b/Internal/TentativeTypes.php index 2168a1c..1e8afe3 100644 --- a/Internal/TentativeTypes.php +++ b/Internal/TentativeTypes.php @@ -753,6 +753,7 @@ class TentativeTypes 'isVariadic' => 'bool', 'isStatic' => 'bool', 'getClosureThis' => '?object', + 'getClosureCalledClass' => '?ReflectionClass', 'getClosureScopeClass' => '?ReflectionClass', 'getDocComment' => 'string|false', 'getEndLine' => 'int|false',