Skip to content

Bump rector/rector from 2.5.3 to 2.5.6#172

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/composer/rector/rector-2.5.6
Jul 13, 2026
Merged

Bump rector/rector from 2.5.3 to 2.5.6#172
github-actions[bot] 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.3 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.3 to 2.5.6.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.5.3...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 added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 13, 2026
@github-actions github-actions Bot enabled auto-merge (squash) July 13, 2026 01:05
@github-actions github-actions Bot merged commit 363b476 into main Jul 13, 2026
7 checks passed
@github-actions github-actions Bot deleted the dependabot/composer/rector/rector-2.5.6 branch July 13, 2026 01:06
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.

0 participants