instapro / coding-standard

The Instapro Coding Standard is a set of PHP CS Fixer that we use in the Instapro projects.
MIT License
2 stars 2 forks source link

Set up parralel processing #10

Open thijsBreker opened 3 months ago

thijsBreker commented 3 months ago

As of version 3.57.0 of PHP CS fixer there is support for running the fixer on multiple cores in parallel: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777

We should apply this to our code standards config once it's a bit more stable.

akmandev commented 2 months ago

This is already stable; Symfony and other libs are using it already: https://github.com/symfony/symfony/pull/57687