mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix build
This commit is contained in:
parent
9b58871ace
commit
c74e81ca8f
@ -2112,7 +2112,6 @@ class Config
|
||||
return null;
|
||||
}
|
||||
|
||||
/** @var array<string, array<int, string>> */
|
||||
$psr4_prefixes = $this->composer_class_loader->getPrefixesPsr4();
|
||||
|
||||
// PSR-4 lookup
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace Psalm\Tests\Internal;
|
||||
namespace Psalm\Tests\Internal\Codebase;
|
||||
|
||||
use Psalm\Internal\Codebase\InternalCallMapHandler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user