add support for phpstan/phpdoc-parser 2

This commit is contained in:
Christian Flothmann
2024-11-10 22:44:37 +01:00
parent 0c70d2c566
commit 2a8b28d42a
7 changed files with 75 additions and 17 deletions
+2 -1
View File
@@ -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",