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:
parent
ea825c626d
commit
8efbf386c3
@ -10,6 +10,7 @@ spl_autoload_register(static function (string $className) {
|
|||||||
Transliterator::class, // symfony/string
|
Transliterator::class, // symfony/string
|
||||||
InstalledVersions::class, // composer v2
|
InstalledVersions::class, // composer v2
|
||||||
'Mockery\Closure', // Mockery/mockery 1.6.1
|
'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
|
'parent', // it's unclear why Psalm tries to autoload parent
|
||||||
'PHPUnit\Framework\ArrayAccess',
|
'PHPUnit\Framework\ArrayAccess',
|
||||||
'PHPUnit\Framework\Countable',
|
'PHPUnit\Framework\Countable',
|
||||||
|
Loading…
Reference in New Issue
Block a user