Move SetList to LubiSetList
This commit is contained in:
parent
529210349a
commit
a99023d484
5 changed files with 25 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use Lubiana\CodeQuality\SetList;
|
||||
use Lubiana\CodeQuality\LubiSetList;
|
||||
use Rector\Config\RectorConfig;
|
||||
|
||||
return static function (RectorConfig $c): void {
|
||||
|
@ -11,5 +11,5 @@ return static function (RectorConfig $c): void {
|
|||
__DIR__ . '/ecs.php',
|
||||
]);
|
||||
|
||||
$c->sets([SetList::RECTOR]);
|
||||
$c->sets([LubiSetList::RECTOR]);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue