1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

.xdebug_info only available for php >=

This commit is contained in:
Sebastian Krüger 2022-12-27 18:39:41 +01:00 committed by GitHub
parent c74aacdeee
commit ddf846b8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -130,6 +130,7 @@ return [
'sodium_pad' => ['string', 'string'=>'string', 'block_size'=>'int'],
'sodium_unpad' => ['string', 'string'=>'string', 'block_size'=>'int'],
'stream_isatty' => ['bool', 'stream'=>'resource'],
'xdebug_info' => ['mixed', 'category='=>'string'],
],
'changed' => [
'ReflectionClass::getMethods' => [

View File

@ -16383,7 +16383,6 @@ 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'],