Files
dataEncryptor/rector.php
Brad Cimbura 19849f3752
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
initial commit
2024-02-16 15:44:24 -06:00

11 lines
251 B
PHP

<?php
use Rector\Config\RectorConfig;
return RectorConfig::configure()
->withPaths([__DIR__ . '/src'])
->withPhpSets()
->withPreparedSets(false, true)
->withAttributesSets(true, true)
->withImportNames(false, false, true, true);