mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
improve no-rector error message
This commit is contained in:
parent
94c675c9a4
commit
d96c0952f0
@ -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.'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user