mirror of
https://github.com/symfony/error-handler.git
synced 2026-03-24 00:02:09 +01:00
Fix getting the name of closures on PHP 8.1.11+
This commit is contained in:
@@ -753,6 +753,7 @@ class TentativeTypes
|
||||
'isVariadic' => 'bool',
|
||||
'isStatic' => 'bool',
|
||||
'getClosureThis' => '?object',
|
||||
'getClosureCalledClass' => '?ReflectionClass',
|
||||
'getClosureScopeClass' => '?ReflectionClass',
|
||||
'getDocComment' => 'string|false',
|
||||
'getEndLine' => 'int|false',
|
||||
|
||||
Reference in New Issue
Block a user