1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Ignore ReflectionUnionType

This commit is contained in:
Matt Brown 2020-11-08 20:29:08 -05:00 committed by Daniil Gentili
parent fbafb9e97f
commit 05aaf63dbb
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -4,7 +4,7 @@
"static", "self", "parent", "static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
"igbinary_serialize", "igbinary_unserialize", "PHP_PARSER_VERSION", "PSALM_VERSION", "runkit_object_id", "igbinary_serialize", "igbinary_unserialize", "PHP_PARSER_VERSION", "PSALM_VERSION", "runkit_object_id",
"sapi_windows_cp_is_utf8" "sapi_windows_cp_is_utf8", "ReflectionUnionType"
], ],
"php-core-extensions" : [ "php-core-extensions" : [
"Core", "Core",