1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00

fix bad class

This commit is contained in:
kkmuffme 2024-03-19 21:17:26 +01:00
parent ea825c626d
commit 8efbf386c3

View File

@ -10,6 +10,7 @@ spl_autoload_register(static function (string $className) {
Transliterator::class, // symfony/string
InstalledVersions::class, // composer v2
'Mockery\Closure', // Mockery/mockery 1.6.1
'Mockery\Matcher\TExpected', // Mockery/mockery 1.6.10, possibly before
'parent', // it's unclear why Psalm tries to autoload parent
'PHPUnit\Framework\ArrayAccess',
'PHPUnit\Framework\Countable',