1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Added Composer\Audoload\ClassLoader, it is soft dependency symbol

This commit is contained in:
sasezaki 2022-02-11 10:50:48 +09:00 committed by orklah
parent d0baffb534
commit 88dbfc7c00

View File

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