mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
remove support for allowPhpstormGenerics
This commit is contained in:
parent
4f7c1d05c1
commit
48de574777
@ -384,7 +384,6 @@ class Codebase
|
||||
);
|
||||
|
||||
$this->populator = new Populator(
|
||||
$config,
|
||||
$providers->classlike_storage_provider,
|
||||
$providers->file_storage_provider,
|
||||
$this->classlikes,
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace Psalm\Internal\Codebase;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use Psalm\Config;
|
||||
use Psalm\Internal\Analyzer\ClassLikeAnalyzer;
|
||||
use Psalm\Internal\MethodIdentifier;
|
||||
use Psalm\Internal\Provider\ClassLikeStorageProvider;
|
||||
@ -60,18 +59,12 @@ class Populator
|
||||
*/
|
||||
private $classlikes;
|
||||
|
||||
/**
|
||||
* @var Config
|
||||
*/
|
||||
private $config;
|
||||
|
||||
/**
|
||||
* @var FileReferenceProvider
|
||||
*/
|
||||
private $file_reference_provider;
|
||||
|
||||
public function __construct(
|
||||
Config $config,
|
||||
ClassLikeStorageProvider $classlike_storage_provider,
|
||||
FileStorageProvider $file_storage_provider,
|
||||
ClassLikes $classlikes,
|
||||
@ -82,7 +75,6 @@ class Populator
|
||||
$this->file_storage_provider = $file_storage_provider;
|
||||
$this->classlikes = $classlikes;
|
||||
$this->progress = $progress;
|
||||
$this->config = $config;
|
||||
$this->file_reference_provider = $file_reference_provider;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user