I recently install rector on a project following readme instructions
I run vendor/bin/rector to create config file
Then I run vendor/bin/rector src --dry-run as it is in readme but I got this
Then I tried vendor/bin/rector --dry-run and that was fine
Did i miss something in my install or configuration ? Or did the command change ?
I recently install
rectoron a project following readme instructionsI run
vendor/bin/rectorto create config fileThen I run
vendor/bin/rector src --dry-runas it is in readme but I got thisThen I tried
vendor/bin/rector --dry-runand that was fineDid i miss something in my install or configuration ? Or did the command change ?