init
This commit is contained in:
commit
203233d2ed
71 changed files with 8213 additions and 0 deletions
15
rector.php
Normal file
15
rector.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use Lubiana\CodeQuality\LubiSetList;
|
||||
use Rector\Config\RectorConfig;
|
||||
|
||||
return RectorConfig::configure()
|
||||
->withPaths([
|
||||
__DIR__ . '/config',
|
||||
__DIR__ . '/public',
|
||||
__DIR__ . '/src',
|
||||
])
|
||||
->withRootFiles()
|
||||
->withSets([
|
||||
LubiSetList::RECTOR,
|
||||
]);
|
Loading…
Add table
Add a link
Reference in a new issue