We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101a29 commit 1c2e095Copy full SHA for 1c2e095
rector.php
@@ -78,19 +78,12 @@
78
__DIR__.'/Configuration/*.php',
79
__DIR__.'/Configuration/**/*.php',
80
],
81
-
82
- // makes double-quoted strings, we don't want this at the moment.
83
- Rector\CodingStyle\Rector\String_\SymplifyQuoteEscapeRector::class,
84
85
Ssch\TYPO3Rector\TYPO313\v1\MigrateGeneralUtilityHmacToHashServiceHmacRector::class => [
86
// Needed so the code for TYPO3 12.4 get's nit migrated
87
// can be removed when support for TYPO3 12.4 is dropped
88
__DIR__.'/Classes/Utility/Config.php',
89
90
91
__DIR__.'/Resources/Private/PHP/**/*.php',
92
93
- // deprecated
94
- Rector\Transform\Rector\Assign\PropertyFetchToMethodCallRector::class,
95
]);
96
};
0 commit comments