improve no-rector error message

This commit is contained in:
TomasVotruba 2017-12-20 01:55:19 +01:00
parent 94c675c9a4
commit d96c0952f0

View File

@ -127,7 +127,7 @@ final class ProcessCommand extends Command
throw new NoRectorsLoadedException(
'No rector were found. Registers them in rector.yml config to "rector:" '
. 'section or load them via "--config <file>.yml" CLI option.'
. 'section, load them via "--config <file>.yml" or "--level <level>" CLI options.'
);
}