Skip to content

Commit 6728a8b

Browse files
committed
Remove deprecated EncapsedStringsToSprintfRector
1 parent 6e6dbbb commit 6728a8b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
use Rector\CodingStyle\Rector\Catch_\CatchExceptionNameMatchingTypeRector;
99
use Rector\CodingStyle\Rector\ClassMethod\NewlineBeforeNewAssignSetRector;
10-
use Rector\CodingStyle\Rector\Encapsed\EncapsedStringsToSprintfRector;
1110
use Rector\CodingStyle\Rector\Stmt\NewlineAfterStatementRector;
1211
use Rector\Config\RectorConfig;
1312
use Rector\Constants\Rector\FuncCall\ReplaceKnownDefinedWithBooleanRector;
@@ -56,7 +55,6 @@
5655
->withSkip(
5756
[
5857
CatchExceptionNameMatchingTypeRector::class,
59-
EncapsedStringsToSprintfRector::class,
6058
NewlineAfterStatementRector::class,
6159
NewlineBeforeNewAssignSetRector::class,
6260
// Allow explicit loops to consume iterators for side-effects

0 commit comments

Comments
 (0)