Skip to content

Commit 1c2e095

Browse files
Cleanup fix cs
1 parent 3101a29 commit 1c2e095

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rector.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,12 @@
7878
__DIR__.'/Configuration/*.php',
7979
__DIR__.'/Configuration/**/*.php',
8080
],
81-
82-
// makes double-quoted strings, we don't want this at the moment.
83-
Rector\CodingStyle\Rector\String_\SymplifyQuoteEscapeRector::class,
84-
8581
Ssch\TYPO3Rector\TYPO313\v1\MigrateGeneralUtilityHmacToHashServiceHmacRector::class => [
8682
// Needed so the code for TYPO3 12.4 get's nit migrated
8783
// can be removed when support for TYPO3 12.4 is dropped
8884
__DIR__.'/Classes/Utility/Config.php',
8985
],
9086

9187
__DIR__.'/Resources/Private/PHP/**/*.php',
92-
93-
// deprecated
94-
Rector\Transform\Rector\Assign\PropertyFetchToMethodCallRector::class,
9588
]);
9689
};

0 commit comments

Comments
 (0)