Skip to content

Commit

Permalink
Merge pull request #50 from stickeeuk/chore/remove-deprecated-rule
Browse files Browse the repository at this point in the history
chore: remove deprecated rule
  • Loading branch information
stickeepaul authored Feb 3, 2025
2 parents 98d676b + f75c35f commit d563401
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 d563401

Please sign in to comment.