mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +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_pad' => ['string', 'string'=>'string', 'block_size'=>'int'],
|
||||||
'sodium_unpad' => ['string', 'string'=>'string', 'block_size'=>'int'],
|
'sodium_unpad' => ['string', 'string'=>'string', 'block_size'=>'int'],
|
||||||
'stream_isatty' => ['bool', 'stream'=>'resource'],
|
'stream_isatty' => ['bool', 'stream'=>'resource'],
|
||||||
|
'xdebug_info' => ['mixed', 'category='=>'string'],
|
||||||
],
|
],
|
||||||
'changed' => [
|
'changed' => [
|
||||||
'ReflectionClass::getMethods' => [
|
'ReflectionClass::getMethods' => [
|
||||||
|
@ -16383,7 +16383,6 @@ 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…
Reference in New Issue
Block a user