mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
feat: add xdebug_info (fixes #8977)
This commit is contained in:
parent
9f5314b146
commit
c74aacdeee
@ -15573,6 +15573,7 @@ return [
|
|||||||
'xdebug_get_profiler_filename' => ['string|false'],
|
'xdebug_get_profiler_filename' => ['string|false'],
|
||||||
'xdebug_get_stack_depth' => ['int'],
|
'xdebug_get_stack_depth' => ['int'],
|
||||||
'xdebug_get_tracefile_name' => ['string'],
|
'xdebug_get_tracefile_name' => ['string'],
|
||||||
|
'xdebug_info' => ['mixed', 'category='=>'string'],
|
||||||
'xdebug_is_debugger_active' => ['bool'],
|
'xdebug_is_debugger_active' => ['bool'],
|
||||||
'xdebug_is_enabled' => ['bool'],
|
'xdebug_is_enabled' => ['bool'],
|
||||||
'xdebug_memory_usage' => ['int'],
|
'xdebug_memory_usage' => ['int'],
|
||||||
|
@ -16383,6 +16383,7 @@ return [
|
|||||||
'xdebug_get_profiler_filename' => ['string|false'],
|
'xdebug_get_profiler_filename' => ['string|false'],
|
||||||
'xdebug_get_stack_depth' => ['int'],
|
'xdebug_get_stack_depth' => ['int'],
|
||||||
'xdebug_get_tracefile_name' => ['string'],
|
'xdebug_get_tracefile_name' => ['string'],
|
||||||
|
'xdebug_info' => ['mixed', 'category='=>'string'],
|
||||||
'xdebug_is_debugger_active' => ['bool'],
|
'xdebug_is_debugger_active' => ['bool'],
|
||||||
'xdebug_is_enabled' => ['bool'],
|
'xdebug_is_enabled' => ['bool'],
|
||||||
'xdebug_memory_usage' => ['int'],
|
'xdebug_memory_usage' => ['int'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user