julian-koster
julian-koster
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__ ....
I ran into the same issue today, tried to reproduce it. But no matter the depth I configured, the error did not reappear in my reproducer. In the app where...
Not sure if you're still working on this, but I had the same problem over the past two days. Turns out that non-nullable properties are not properly handled on submitting...