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:
parent
ed9fbab1c4
commit
08d515d7af
@ -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))`
|
||||
|
Loading…
Reference in New Issue
Block a user