Skip to content

deps(composer): Bump rector/rector from 2.5.2 to 2.5.6 - #82

Merged
MatusBoa merged 1 commit into
mainfrom
dependabot/composer/rector/rector-2.5.6
Jul 13, 2026
Merged

deps(composer): Bump rector/rector from 2.5.2 to 2.5.6#82
MatusBoa merged 1 commit into
mainfrom
dependabot/composer/rector/rector-2.5.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rector/rector from 2.5.2 to 2.5.6.

Release notes

Sourced from rector/rector's releases.

Released Rector 2.5.6

New Features 🥳

  • [DeadCode] Add RemoveReturnTagIncompatibleWithNativeTypeRector (#8172)
 final class SomeClass
 {
-    /**
-     * @return SomeObject
-     */
     public function getName(): string
     {
         return $this->someObject->getName();
     }
 }
  • [TypeDeclarationDocblocks] Add MergePhpstanDocTagIntoNativeRector to merge @phpstan-* doc tags into native tags (#8171)
 final class SomeClass
 {
     /**
-     * @var Collection
-     *
-     * @phpstan-var Collection<int, string>
+     * @var Collection<int, string>
      */
     private $items;
 }

Bugfixes 🐛

  • [Php81] Skip array dim fetch args in NullToStrictStringFuncCallArgRector (#8164)
  • Fix scoper to clean up prefix under getRuleDefinition() method, parts 1–5 (#8165, #8166, #8167, #8168, #8169)
  • Bump phpstan/phpdoc-parser to ^2.3.3 (#8174)

PHPUnit 🧪

New rules and changes from rector-phpunit.

New Rules

  • [CodeQuality] Add AssertClassToThisAssertRector (#707)
</tr></table> 

... (truncated)

Commits
  • c329e21 Rector 2.5.6
  • 378ed80 Updated Rector to commit 00a3fea7fd88a82ef882f9535cd86ee6756ae457
  • 0d7541c Updated Rector to commit da47b6934093716fffa3ebbc4998b0318fd68165
  • ddadd36 Updated Rector to commit d9882563d2ce16cd6f59924d02c82093869cb860
  • e314e50 Updated Rector to commit 15ecbd6ebfe4067ce54013c039f98cd20d65de9b
  • e36efb4 Updated Rector to commit d9f0339b3c8beeb05962008d41e10817090ef738
  • 4d0da8a Updated Rector to commit d67958f43889b5ef913356f9c24004ee53361235
  • d3aead9 Updated Rector to commit 6cdd31762b88d827c8d42a682ced64d66d3c2cb0
  • f45099a Updated Rector to commit 244959691ed87bf526f44381042ababcf648fd79
  • d54cae3 Updated Rector to commit 67276abc57fb7f03aec34b66fce72b53aebeb645
  • 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 [rector/rector](https://github.com/rectorphp/rector) from 2.5.2 to 2.5.6.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.5.2...2.5.6)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: matusboa. 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 added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 13, 2026
@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 29229009568

Coverage remained the same at 100.0%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 481
Covered Lines: 481
Line Coverage: 100.0%
Coverage Strength: 11.19 hits per line

💛 - Coveralls

@MatusBoa
MatusBoa merged commit d6f3e4c into main Jul 13, 2026
6 of 9 checks passed
@MatusBoa
MatusBoa deleted the dependabot/composer/rector/rector-2.5.6 branch July 13, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

2 participants