1
0
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:
Sebastian Krüger 2022-12-27 17:45:58 +01:00 committed by GitHub
parent 9f5314b146
commit c74aacdeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15573,6 +15573,7 @@ return [
'xdebug_get_profiler_filename' => ['string|false'],
'xdebug_get_stack_depth' => ['int'],
'xdebug_get_tracefile_name' => ['string'],
'xdebug_info' => ['mixed', 'category='=>'string'],
'xdebug_is_debugger_active' => ['bool'],
'xdebug_is_enabled' => ['bool'],
'xdebug_memory_usage' => ['int'],

View File

@ -16383,6 +16383,7 @@ return [
'xdebug_get_profiler_filename' => ['string|false'],
'xdebug_get_stack_depth' => ['int'],
'xdebug_get_tracefile_name' => ['string'],
'xdebug_info' => ['mixed', 'category='=>'string'],
'xdebug_is_debugger_active' => ['bool'],
'xdebug_is_enabled' => ['bool'],
'xdebug_memory_usage' => ['int'],