Skip to content

Commit

Permalink
chore: remove deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
stickeepaul committed Feb 3, 2025
1 parent 98d676b commit f75c35f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Rector\CodingStyle\Rector\Encapsed\EncapsedStringsToSprintfRector;
use Rector\CodingStyle\Rector\PostInc\PostIncDecToPreIncDecRector;
use Rector\Config\RectorConfig;
use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
use RectorLaravel\Set\LaravelSetList;
use RectorLaravel\Set\LaravelLevelSetList;

Expand All @@ -24,6 +23,5 @@
])
->withSkip([
EncapsedStringsToSprintfRector::class, // changes "th{$is}" to sprintf('th%s', 'is')
MixedTypeRector::class, // removes docblocks
PostIncDecToPreIncDecRector::class, // changes $i++ to ++$i
]);

0 comments on commit f75c35f

Please sign in to comment.