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

fix build

This commit is contained in:
orklah 2021-09-23 19:29:15 +02:00
parent 9b58871ace
commit c74e81ca8f
2 changed files with 1 additions and 2 deletions

View File

@ -2112,7 +2112,6 @@ class Config
return null;
}
/** @var array<string, array<int, string>> */
$psr4_prefixes = $this->composer_class_loader->getPrefixesPsr4();
// PSR-4 lookup

View File

@ -1,5 +1,5 @@
<?php
namespace Psalm\Tests\Internal;
namespace Psalm\Tests\Internal\Codebase;
use Psalm\Internal\Codebase\InternalCallMapHandler;