Skip to content

Commit

Permalink
rector: remove legacy method-call/rule (SW 6.4.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Sep 13, 2023
1 parent 2c53bae commit c8b4058
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector;
use Rector\CodingStyle\Rector\FuncCall\ConsistentPregDelimiterRector;
use Rector\Config\RectorConfig;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;
Expand All @@ -28,15 +27,9 @@
$rectorConfig->sets([
SetList::CODE_QUALITY,
SetList::TYPE_DECLARATION,
SetList::PSR_4,
SetList::CODING_STYLE,
LevelSetList::UP_TO_PHP_74,
]);

$rectorConfig->ruleWithConfiguration(ConsistentPregDelimiterRector::class, [
ConsistentPregDelimiterRector::DELIMITER => '/',
]);


$rectorConfig->phpstanConfig(__DIR__ . '/phpstan.neon');
};

0 comments on commit c8b4058

Please sign in to comment.