mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
fix path
This commit is contained in:
parent
d225be28d8
commit
e4ea46d906
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user