mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 19:24:48 +01:00
SourceLocatorFactory: drop EvalLocator, not used
This commit is contained in:
parent
544a7fee4b
commit
0e45d22a96
@ -7,7 +7,6 @@ use Rector\BetterReflection\SourceLocator\Type\AggregateSourceLocator;
|
||||
use Rector\BetterReflection\SourceLocator\Type\AutoloadSourceLocator;
|
||||
use Rector\BetterReflection\SourceLocator\Type\ComposerSourceLocator;
|
||||
use Rector\BetterReflection\SourceLocator\Type\DirectoriesSourceLocator;
|
||||
use Rector\BetterReflection\SourceLocator\Type\EvaledCodeSourceLocator;
|
||||
use Rector\BetterReflection\SourceLocator\Type\MemoizingSourceLocator;
|
||||
use Rector\BetterReflection\SourceLocator\Type\PhpInternalSourceLocator;
|
||||
use Rector\BetterReflection\SourceLocator\Type\SingleFileSourceLocator;
|
||||
@ -84,7 +83,6 @@ final class SourceLocatorFactory
|
||||
|
||||
$this->commonLocators = [
|
||||
new PhpInternalSourceLocator($this->locator),
|
||||
new EvaledCodeSourceLocator($this->locator),
|
||||
new AutoloadSourceLocator($this->locator),
|
||||
$this->stubSourceLocator,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user