Skip to content

composer(deps-dev): bump symplify/easy-coding-standard from 12.6.2 to 13.2.5#34

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.5
Closed

composer(deps-dev): bump symplify/easy-coding-standard from 12.6.2 to 13.2.5#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown

Bumps symplify/easy-coding-standard from 12.6.2 to 13.2.5.

Release notes

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

Released ECS 13.2.2

What's new

✨ New RemoveDeadVarThisFixer

Removes pointless @var $this docblocks above $this calls — they add noise and never help type inference. Added to the docblock level.

 function someFunction()
 {
-    /** @var SomeType $this */
     $this->run();
 }

🐛 Fix AddMissingVarNameFixer for array item types

The fixer now correctly appends the variable name when the @var type is an array shape like int[]:

 function arrayItems()
 {
-    /** @var int[] */
+    /** @var int[] $values */
     $values = [1000];
 }

Released ECS 13.2

The headline of this release: ECS is now a single package. The symplify/coding-standard fixers moved in-tree, and the Laravel container dependency is gone. No breaking changes for users — the Symplify\CodingStandard\Fixer\* class names are unchanged.

⬆️ How to upgrade

If you previously required symplify/coding-standard directly, drop it — it now ships inside ECS:

composer remove symplify/coding-standard --dev
composer require symplify/easy-coding-standard:^13.2 --dev

Your ecs.php needs no changes: the Symplify\CodingStandard\Fixer\* class names are unchanged. If you only ever required symplify/easy-coding-standard, a plain composer update symplify/easy-coding-standard is all you need.

🎯 Highlights

... (truncated)

Commits
  • 68aa41b ECS 13.2.5
  • f403dbd Updated ECS to commit 5330be33e1d0bc96320cb01028de37c4b08d423c
  • b8084cb ECS 13.2.4
  • 23a328c Updated ECS to commit 7a9b5f1071315f2d06d651e6a0572abbe9b16d3d
  • 3557b24 Updated ECS to commit d0453269abf57cc6337efd9ff5471e3de4b16747
  • d90844d Updated ECS to commit 9575ed4bb039daa88e2873362f44294b8f75ff10
  • 9218852 Updated ECS to commit 15407436c5941927ea4740c649a5e443a94c9aa0
  • 027894f Updated ECS to commit 3b27602460406202729aa783c2fc448a0d2c5d35
  • 09e21cc Updated ECS to commit 99562d6ac18239f1e6776c51845392e0668ab9d2
  • 2105622 Updated ECS to commit 9ead38096a2af3c28540a00c14e4d3137e883fea
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [symplify/easy-coding-standard](https://github.com/easy-coding-standard/ecs) from 12.6.2 to 13.2.5.
- [Release notes](https://github.com/easy-coding-standard/ecs/releases)
- [Commits](ecsphp/ecs@12.6.2...13.2.5)

---
updated-dependencies:
- dependency-name: symplify/easy-coding-standard
  dependency-version: 13.2.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependency. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Author

Superseded by #36.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot dependabot Bot deleted the dependabot/composer/symplify/easy-coding-standard-13.2.5 branch July 6, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants