Results 2 comments of juuuuln

If it is of any help, I get similar error, but with some extra info: `PHP Fatal error: Uncaught Error: Call to undefined function proc_terminate() in /home/xxx/domains/xxx/vendor/rector/rector/vendor/react/child-process/src/Process.php:285` I get the...

@TomasVotruba, Following your comment I performed a few actions to get it working again; - Reinstalled PHP, - Removed vendor dir, then composer install - Added; ` $rectorConfig->paths([ __DIR__ ....