Skip to content

chore: update symplify/easy-coding-standard requirement from 13.1.5 to 13.2.2#66

Merged
wundii merged 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.2
Jun 17, 2026
Merged

chore: update symplify/easy-coding-standard requirement from 13.1.5 to 13.2.2#66
wundii merged 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on symplify/easy-coding-standard to permit the latest version.

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];
 }
Commits
  • 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
  • 810e4c8 Updated ECS to commit f252314bdd9993f7eebcfbbc5b09ee6f15d79c20
  • e3a4d39 Updated ECS to commit f0ad4abe2adb8779d71f022b5445e7c6672e2b90
  • Additional commits viewable in compare view

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)

Updates the requirements on [symplify/easy-coding-standard](https://github.com/ecsphp/ecs) to permit the latest version.
- [Release notes](https://github.com/ecsphp/ecs/releases)
- [Commits](ecsphp/ecs@13.1.5...13.2.2)

---
updated-dependencies:
- dependency-name: symplify/easy-coding-standard
  dependency-version: 13.2.2
  dependency-type: direct:development
...

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

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@wundii wundii merged commit bb257e4 into main Jun 17, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/composer/symplify/easy-coding-standard-13.2.2 branch June 17, 2026 07:12
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.

1 participant