You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPCS supports running both the checker and fixer in --parallel allowing significant speedup on large projects.
It will evenly spread the files over separate php processes on different cores PHPCSStandards/PHP_CodeSniffer#10
PHPCS supports running both the checker and fixer in
--parallel
allowing significant speedup on large projects.It will evenly spread the files over separate php processes on different cores
PHPCSStandards/PHP_CodeSniffer#10
We might want to implement it where we can
duster/app/Support/PhpCsFixer.php
Line 45 in ec9bc37
The text was updated successfully, but these errors were encountered: