mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
25 lines
554 B
JSON
25 lines
554 B
JSON
{
|
|
"symbol-whitelist" : [
|
|
"null", "true", "false",
|
|
"static", "self", "parent",
|
|
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
|
|
"igbinary_serialize", "igbinary_unserialize", "PHP_PARSER_VERSION", "PSALM_VERSION", "runkit_object_id",
|
|
"sapi_windows_cp_is_utf8", "ReflectionUnionType"
|
|
],
|
|
"php-core-extensions" : [
|
|
"Core",
|
|
"date",
|
|
"pcre",
|
|
"Phar",
|
|
"Reflection",
|
|
"SPL",
|
|
"standard",
|
|
"pcntl",
|
|
"posix",
|
|
"filter",
|
|
"curl",
|
|
"PDO"
|
|
],
|
|
"scan-files" : []
|
|
}
|