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

don't autoload Mockery/Closure

This commit is contained in:
kkmuffme 2023-06-07 08:31:53 +02:00
parent 40679e9a82
commit ed9fbab1c4

View File

@ -9,8 +9,8 @@ spl_autoload_register(function (string $className) {
ResourceBundle::class, // symfony/polyfill-php73
Transliterator::class, // symfony/string
InstalledVersions::class, // composer v2
// it's unclear why Psalm tries to autoload parent
'parent',
'Mockery\Closure', // Mockery/mockery 1.6.1
'parent', // it's unclear why Psalm tries to autoload parent
'PHPUnit\Framework\ArrayAccess',
'PHPUnit\Framework\Countable',
'PHPUnit\Framework\DOMDocument',