mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Ignore ReflectionUnionType
This commit is contained in:
parent
fbafb9e97f
commit
05aaf63dbb
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user