mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 02:36:52 +01:00
Change success message (#5745)
This commit is contained in:
parent
92f2c5b3a6
commit
896a87c631
@ -218,7 +218,7 @@ final class ConsoleOutputFormatter implements OutputFormatterInterface
|
||||
}
|
||||
|
||||
return sprintf(
|
||||
'Rector changed %d file%s %s.',
|
||||
'%d file%s %s by Rector.',
|
||||
$changeCount,
|
||||
$changeCount > 1 ? 's' : '',
|
||||
$this->configuration->isDryRun() ? 'would have changed (dry-run)' : ($changeCount === 1 ? 'has' : 'have') . ' been changed'
|
||||
|
Loading…
x
Reference in New Issue
Block a user