Pint Version
v1.16.0
PHP Version
8.3.7
Description
Currently pint is always running in sequential mode. Running in parallel would be very nice!
Problem probably related to FixCode::execute() line 60 missing arguments for ParallelConfig and InputInterface.
Steps To Reproduce
Normal execute, use top to verify that only 1 php process is running instead of multiple.