updated custom modules version flag, installed drupal/core-dev and rector
This commit is contained in:
16
rector.php
Normal file
16
rector.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Rector\Config\RectorConfig;
|
||||
|
||||
return RectorConfig::configure()
|
||||
->withPaths([
|
||||
__DIR__ . '/drush',
|
||||
__DIR__ . '/node_modules',
|
||||
__DIR__ . '/scripts',
|
||||
__DIR__ . '/web',
|
||||
])
|
||||
// uncomment to reach your current PHP version
|
||||
// ->withPhpSets()
|
||||
->withTypeCoverageLevel(0);
|
Reference in New Issue
Block a user