There was an error while loading. Please reload this page.
1 parent 6e6dbbb commit 6728a8bCopy full SHA for 6728a8b
1 file changed
rector.php
@@ -7,7 +7,6 @@
7
8
use Rector\CodingStyle\Rector\Catch_\CatchExceptionNameMatchingTypeRector;
9
use Rector\CodingStyle\Rector\ClassMethod\NewlineBeforeNewAssignSetRector;
10
-use Rector\CodingStyle\Rector\Encapsed\EncapsedStringsToSprintfRector;
11
use Rector\CodingStyle\Rector\Stmt\NewlineAfterStatementRector;
12
use Rector\Config\RectorConfig;
13
use Rector\Constants\Rector\FuncCall\ReplaceKnownDefinedWithBooleanRector;
@@ -56,7 +55,6 @@
56
55
->withSkip(
57
[
58
CatchExceptionNameMatchingTypeRector::class,
59
- EncapsedStringsToSprintfRector::class,
60
NewlineAfterStatementRector::class,
61
NewlineBeforeNewAssignSetRector::class,
62
// Allow explicit loops to consume iterators for side-effects
0 commit comments