Skip to content
This repository was archived by the owner on Aug 31, 2026. It is now read-only.

build(deps-dev): bump symplify/easy-coding-standard from 11.2.5 to 13.2.6 - #373

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

build(deps-dev): bump symplify/easy-coding-standard from 11.2.5 to 13.2.6#373
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symplify/easy-coding-standard-13.2.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps symplify/easy-coding-standard from 11.2.5 to 13.2.6.

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
  • 47114ce ECS 13.2.6
  • 97dd54b Updated ECS to commit 006dc8654a58f9b4d1cefa5d4be025726991ac1e
  • 04edca1 Updated ECS to commit 7af6d68698edac431adcbd445423b8860708735e
  • 75b0925 Updated ECS to commit 36d1f8fc80e0d075ff60879ab18bef1b57cf5271
  • 2a240c2 Updated ECS to commit 61b86c63779a31ad39c8230dcc3c12f4fbdfac03
  • f3598c2 Updated ECS to commit 618cae1dba03724e2b342d6c32f5af026752531e
  • 623f6ae Updated ECS to commit 633d42e5ca4896286e24b216c98c17b88da7780d
  • 68aa41b ECS 13.2.5
  • f403dbd Updated ECS to commit 5330be33e1d0bc96320cb01028de37c4b08d423c
  • b8084cb ECS 13.2.4
  • 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/symplify/easy-coding-standard) from 11.2.5 to 13.2.6.
- [Release notes](https://github.com/symplify/easy-coding-standard/releases)
- [Commits](ecsphp/ecs@11.2.5...13.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from lolgab as a code owner July 13, 2026 07:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 13, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The pull request is up to standards and no blocking issues, such as security vulnerabilities or logic errors, were identified. The architectural transition in the updated dependency does not appear to negatively impact the project's current configuration.

Test suggestions

  • Verify the dependency version constraint is updated correctly in composer.json

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #376.

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

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants