mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
.xdebug_info only available for php >=
This commit is contained in:
parent
c74aacdeee
commit
ddf846b8c7
@ -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' => [
|
||||
|
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user