Skip to content

chore: Bump symplify/easy-coding-standard from 13.1.6 to 13.2.3#121

Merged
goloroden merged 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.3
Jun 25, 2026
Merged

chore: Bump symplify/easy-coding-standard from 13.1.6 to 13.2.3#121
goloroden merged 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps symplify/easy-coding-standard from 13.1.6 to 13.2.3.

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
  • 94f56bc ECS 13.2.3
  • 1964a40 Updated ECS to commit 967772b1368f234c690a1256c2560166be3fe1c3
  • 3da31a9 ECS 13.2.2
  • 1cbd0a1 ECS v9.3.28
  • 077acd5 Updated ECS to commit 5ae3d2176d6d78c458849a254598ace8f66142ce
  • be4ee13 Updated ECS to commit ceabc1afefe0a0dab3e6544bce960f1fb296220e
  • 466b22a Updated ECS to commit 1f5a6219f1bb1348651c4b4fb07b462880185c38
  • 678bb7a ECS 13.2.1
  • 924e33a Updated ECS to commit 36a5d8600efbd41d748167dfbe6abe4286330b32
  • 16b250c ECS 13.2.0
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: thenativeweb/internal_dev. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

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

@dependabot dependabot Bot requested a review from a team as a code owner June 25, 2026 01:03
goloroden
goloroden previously approved these changes Jun 25, 2026
@goloroden goloroden enabled auto-merge (squash) June 25, 2026 20:02
Bumps [symplify/easy-coding-standard](https://github.com/ecsphp/ecs) from 13.1.6 to 13.2.3.
- [Release notes](https://github.com/ecsphp/ecs/releases)
- [Commits](ecsphp/ecs@13.1.6...13.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/symplify/easy-coding-standard-13.2.3 branch from 444c03b to 1f56202 Compare June 25, 2026 20:02
@goloroden goloroden merged commit b5c8af4 into main Jun 25, 2026
6 of 7 checks passed
@goloroden goloroden deleted the dependabot/composer/symplify/easy-coding-standard-13.2.3 branch June 25, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant