mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
move RectorKernel to HttpKernel namespace
This commit is contained in:
parent
117aeb6247
commit
ed61c8eca3
@ -3,6 +3,7 @@
|
||||
namespace Rector\DependencyInjection;
|
||||
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Rector\HttpKernel\RectorKernel;
|
||||
|
||||
final class ContainerFactory
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Rector\DependencyInjection;
|
||||
namespace Rector\HttpKernel;
|
||||
|
||||
use Rector\Contract\Rector\RectorInterface;
|
||||
use Rector\DependencyInjection\CompilerPass\RemoveExcludedRectorsCompilerPass;
|
Loading…
x
Reference in New Issue
Block a user