mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
don't autoload Mockery/Closure
This commit is contained in:
parent
40679e9a82
commit
ed9fbab1c4
@ -9,8 +9,8 @@ spl_autoload_register(function (string $className) {
|
|||||||
ResourceBundle::class, // symfony/polyfill-php73
|
ResourceBundle::class, // symfony/polyfill-php73
|
||||||
Transliterator::class, // symfony/string
|
Transliterator::class, // symfony/string
|
||||||
InstalledVersions::class, // composer v2
|
InstalledVersions::class, // composer v2
|
||||||
// it's unclear why Psalm tries to autoload parent
|
'Mockery\Closure', // Mockery/mockery 1.6.1
|
||||||
'parent',
|
'parent', // it's unclear why Psalm tries to autoload parent
|
||||||
'PHPUnit\Framework\ArrayAccess',
|
'PHPUnit\Framework\ArrayAccess',
|
||||||
'PHPUnit\Framework\Countable',
|
'PHPUnit\Framework\Countable',
|
||||||
'PHPUnit\Framework\DOMDocument',
|
'PHPUnit\Framework\DOMDocument',
|
||||||
|
Loading…
Reference in New Issue
Block a user