Skip to content

chore(deps): bump rector/rector from 2.5.5 to 2.5.6#17

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/rector/rector-2.5.6
Open

chore(deps): bump rector/rector from 2.5.5 to 2.5.6#17
dependabot[bot] wants to merge 1 commit into
masterfrom
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.5 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.5 to 2.5.6.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.5.5...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 @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them to a pull request.

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

@dependabot
dependabot Bot requested a review from HecFranco as a code owner July 13, 2026 07:11
@github-actions

Copy link
Copy Markdown

@coderabbitai review

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.

0 participants