Skip to content

deps(composer): bump rector/rector from 2.3.8 to 2.3.9#52

Merged
MatusBoa merged 1 commit intomainfrom
dependabot/composer/rector/rector-2.3.9
Mar 23, 2026
Merged

deps(composer): bump rector/rector from 2.3.8 to 2.3.9#52
MatusBoa merged 1 commit intomainfrom
dependabot/composer/rector/rector-2.3.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps rector/rector from 2.3.8 to 2.3.9.

Release notes

Sourced from rector/rector's releases.

Released Rector 2.3.9

New Features 🥳

  • [CodingStyle] Add StrictInArrayRector (#7921)

Bugfixes 🐛

  • [Php71] Handle crash on partial destruct on assign var on ListToArrayDestructRector (#7909)
  • [CodeQuality] Skip no code parameter on custom Throwable instance on ThrowWithPreviousExceptionRector (#7912)
  • Bump to PHPStan ^2.1.40 and utilize ClassConstantReflection->isFinalByKeyword() (#7911)
  • [Php70] Handle keep right parentheses on ternary else is BinaryOp on TernaryToNullCoalescingRector (#7916)
  • Properly build text node for junit output formatter (#7917), Thanks @​brandonja991!
  • [CodeQuality] Skip with custom param in previous position on ThrowWithPreviousExceptionRector (#7919)
  • [automated] Apply Coding Standard (#7922)
  • [DX] Define list of allowed implicit commands on ConsoleApplication (#7918)
  • [CodeQuality] Skip used by other property hooks on InlineConstructorDefaultToPropertyRector (#7920)
  • [automated] Apply Coding Standard (#7926)
  • [StrictStringParamConcatRector] Skip PHP version 5.6 or earlier (#7927), Thanks @​ghostwriter!
  • [Php85] Skip single char literal string/int on OrdSingleByteRector (#7928)

rectorphp/rector-symfony 🎵

  • [CodeQuality] Allow Doctrine EntityManagerInterface on ControllerMethodInjectionToConstructorRector (#926)
  • [CodeQuality] Skip has conflicted param name different object on different method on ControllerMethodInjectionToConstructorRector (#925)
  • [Symfony73] Handle with set allowExtraFields named argument on ConstraintOptionsToNamedArgumentsRector (#924)
  • Skip classes with Symfony 7.1 Workflow listener attributes (#923), Thanks @​dionisvl

rectorphp/rector-doctrine 🟠

  • [TypedCollections] Skip with string key already on CompleteReturnDocblockFromToManyRector (#480)

rectorphp/rector-phpunit 🟢

  • [CodeQuality] Skip test method via #[Test] Attribute on DataProviderArrayItemsNewLinedRector (#664)
  • skip conflicting return node and return type in TypeWillReturnCallableArrowFunctionRector! (#663)
  • [Phpunit12] Skip as Argument with required MockObject Type on CreateStubOverCreateMockArgRector (#662)
  • feat: add IntersectionType support to PropertyCreateMockToCreateStubRector (#661), Thanks @​asumikam
Commits
  • 9178421 Rector 2.3.9
  • 589c28b Updated Rector to commit 61d95b894a9e9efd1603e07b7bd744e93ba88fcb
  • 82fa799 Updated Rector to commit 5c9c57c020483ad435502c057b6eb423f881dd96
  • 69fe736 Updated Rector to commit 5c9c57c020483ad435502c057b6eb423f881dd96
  • 3f6749c Updated Rector to commit 5c9c57c020483ad435502c057b6eb423f881dd96
  • 4035795 Updated Rector to commit 0071144a396d7d42472f076b85ed089a555c34fb
  • 30ae5fa Updated Rector to commit 572e3188de77263eb8755690aed4e6e81d925957
  • 9ed9315 Updated Rector to commit 572e3188de77263eb8755690aed4e6e81d925957
  • ae59c9b Updated Rector to commit 014b976b1989d40af977ba95bddf8bd63bd6eb94
  • e61e395 Updated Rector to commit 014b976b1989d40af977ba95bddf8bd63bd6eb94
  • 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

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 Mar 23, 2026
@dependabot dependabot bot requested a review from MatusBoa as a code owner March 23, 2026 04:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 23, 2026
@coveralls
Copy link
Collaborator

coveralls commented Mar 23, 2026

Pull Request Test Coverage Report for Build 23422704501

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 23422693627: 0.0%
Covered Lines: 34
Relevant Lines: 34

💛 - Coveralls

Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.3.8 to 2.3.9.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.3.8...2.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@MatusBoa MatusBoa force-pushed the dependabot/composer/rector/rector-2.3.9 branch from 99d2433 to 50ca75e Compare March 23, 2026 05:21
@MatusBoa MatusBoa merged commit d51e81b into main Mar 23, 2026
14 checks passed
@MatusBoa MatusBoa deleted the dependabot/composer/rector/rector-2.3.9 branch March 23, 2026 09:59
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