1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

don't autoload AllowDynamicProperties

This commit is contained in:
kkmuffme 2023-06-07 08:41:44 +02:00
parent ed9fbab1c4
commit 08d515d7af

View File

@ -16,6 +16,7 @@ spl_autoload_register(function (string $className) {
'PHPUnit\Framework\DOMDocument',
'PHPUnit\Framework\DOMElement',
'Stringable',
'AllowDynamicProperties',
// https://github.com/symfony/symfony/pull/40203
// these are actually functions, referenced as `if (!function_exists(u::class))`