This commit is contained in:
TomasVotruba 2021-05-07 02:05:48 +02:00
parent d225be28d8
commit e4ea46d906

View File

@ -89,7 +89,7 @@ return [
// un-prefix composer plugin
function (string $filePath, string $prefix, string $content): string {
if (! Strings::endsWith($filePath, 'vendor/rector/rector-installer/src/Plugin.php')) {
if (! Strings::endsWith($filePath, 'vendor/rector/extension-installer/src/Plugin.php')) {
return $content;
}