php-cs-fixer-custom-fixers icon indicating copy to clipboard operation
php-cs-fixer-custom-fixers copied to clipboard

Bump php-cs-fixer to 3.57 (parallel runners)

Open jakublech opened this issue 1 year ago • 1 comments

This update add support for php-cs-fixer 3.57 (support for parallel runners)

jakublech avatar May 20 '24 14:05 jakublech

Pull Request Test Coverage Report for Build 9159870394

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 9074337801: 0.0%
Covered Lines: 2571
Relevant Lines: 2571

💛 - Coveralls

coveralls avatar May 20 '24 20:05 coveralls

This update add support for php-cs-fixer 3.57 (support for parallel runners)

@jakublech this was never missing, no need to bump constraint to have a new version installed.

Also, it is not enough to use PHP CS Fixer that supports parallel runner, it also needs to be configured, see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/v3.59.3/doc/usage.rst

kubawerlos avatar Jun 19 '24 19:06 kubawerlos