mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
add support for phpstan/phpdoc-parser 2
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"symbol-whitelist" : [
|
||||
"null", "true", "false",
|
||||
"static", "self", "parent",
|
||||
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "XSLTProcessor"
|
||||
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "XSLTProcessor",
|
||||
"PHPStan\\PhpDocParser\\ParserConfig"
|
||||
],
|
||||
"php-core-extensions" : [
|
||||
"Core",
|
||||
|
||||
Reference in New Issue
Block a user