mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"symbol-whitelist" : [
|
|
"null", "true", "false",
|
|
"static", "self", "parent",
|
|
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "XSLTProcessor",
|
|
"PHPStan\\PhpDocParser\\ParserConfig"
|
|
],
|
|
"php-core-extensions" : [
|
|
"Core",
|
|
"pcre",
|
|
"Reflection",
|
|
"tokenizer",
|
|
"SPL",
|
|
"standard"
|
|
]
|
|
}
|