Skip to content

Bump symplify/easy-coding-standard from 9.4.43 to 9.4.70

Created by: dependabot[bot]

Bumps symplify/easy-coding-standard from 9.4.43 to 9.4.70.

Release notes

Sourced from symplify/easy-coding-standard's releases.

Up-To 1600 % Faster ECS with Parallel run

ECS gets 100 % faster per 1 CPU thread 🚀

Do you have multi-core CPUs? ECS can run in X parallel threads, where X is number of your threads. E.g. with laptop with AMD Ryzen 4750U it is 16.

That means 1600 % faster run with same amount of analysed files. Did you code base took 16 minutes to fix? Now it's 1 minute.

This feature is:

Do you Want to Safe Time?

Try it:

// ecs.php
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\EasyCodingStandard\ValueObject\Option;
return static function (ContainerConfigurator $containerConfigurator): void {
$parameters = $containerConfigurator->parameters();
$parameters->set(Option::PARALLEL, true);

};

And that's it 😉

Aknowledgements

The parallel run is heavily based on @​phpstan parallel run - thanks to Ondřej Mirtes for inspiration 🙏

Commits
  • 9276b0c ECS 9.4.70
  • 55346b4 Updated ECS to commit bfea89c213855728b1cca0e73f82ade7cef7afad
  • 3aa0a25 Updated ECS to commit 2185b8d1c8f8813ac9618719edc85a42bada40cf
  • de1c207 Updated ECS to commit 2ccab45b8a3d43f82a169e92420e9af6a1dd6158
  • aa91c69 Updated ECS to commit 5e9f1696e2ca164c48070fb250436d5a758e98d4
  • 3f5104f Updated ECS to commit 45263ee9476a7c772627624ec956a71ddd182512
  • 75a8d98 Updated ECS to commit 610afe0161a36b8d623fa6fef64727296c266792
  • a29aef6 Updated ECS to commit 2f553882fdc75766b7daee34a9c33d53837ba17a
  • 6e59e8c Updated ECS to commit b35d3b7dc40f01ce770367bdef2f19fbc564325b
  • e5b97aa Updated ECS to commit 4c767a4370feaa619b47faa4fafc0c34ebf901c7
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports