initial commit
This commit is contained in:
10
rector.php
Normal file
10
rector.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
use Rector\Config\RectorConfig;
|
||||
|
||||
return RectorConfig::configure()
|
||||
->withPaths([__DIR__ . '/src'])
|
||||
->withPhpSets()
|
||||
->withPreparedSets(codeQuality: true)
|
||||
->withAttributesSets(symfony: true, doctrine: true)
|
||||
->withImportNames(importShortClasses: false, removeUnusedImports: true);
|
||||
Reference in New Issue
Block a user