move under Dynamic, for services autoload and better orientation

This commit is contained in:
TomasVotruba 2017-10-05 12:41:37 +02:00
parent 0b60a93331
commit dd41310916
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
<?php declare(strict_types=1);
namespace Rector\Rector;
namespace Rector\Rector\Dynamic;
use Rector\Rector\AbstractClassReplacerRector;
final class ClassReplacerRector extends AbstractClassReplacerRector
{

View File

@ -4,7 +4,7 @@ services:
Rector\:
resource: '../../src'
exclude: '../../src/{Node/Attribute.php,Rector/Contrib}'
exclude: '../../src/{Node/Attribute.php,Rector/Contrib,Rector/Dynamic}'
# autowire by interface
Rector\Contract\Parser\ParserInterface: