mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
[TASK] Remove RenameClassNonPhpRector from the defaults (#6373)
This commit is contained in:
parent
812ff5b654
commit
c549d40111
@ -29,7 +29,6 @@ use Rector\BetterPhpDocParser\PhpDocParser\BetterPhpDocParser;
|
||||
use Rector\BetterPhpDocParser\PhpDocParser\BetterTypeParser;
|
||||
use Rector\Caching\Cache\NetteCacheFactory;
|
||||
use Rector\Core\Console\ConsoleApplication;
|
||||
use Rector\Core\NonPhpFile\Rector\RenameClassNonPhpRector;
|
||||
use Rector\Core\PhpParser\Parser\NikicPhpParserFactory;
|
||||
use Rector\Core\PhpParser\Parser\PhpParserLexerFactory;
|
||||
use Rector\FileFormatter\Contract\EditorConfig\EditorConfigParserInterface;
|
||||
@ -138,9 +137,6 @@ return static function (ContainerConfigurator $containerConfigurator): void {
|
||||
$services->set(IntermediateSourceLocator::class);
|
||||
$services->alias(TypeParser::class, BetterTypeParser::class);
|
||||
|
||||
// non php changes
|
||||
$services->set(RenameClassNonPhpRector::class);
|
||||
|
||||
// PHPStan services
|
||||
$services->set(ReflectionProvider::class)
|
||||
->factory([service(PHPStanServicesFactory::class), 'createReflectionProvider']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user