Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025

This PR contains the following updates:

Package Change Age Confidence
ergebnis/phpstan-rules ^2.5.0 -> ^2.12.0 age confidence

Release Notes

ergebnis/phpstan-rules (ergebnis/phpstan-rules)

v2.12.0

Compare Source

For a full diff see [2.11.0...2.12.0][2.11.0...2.12.0].

Added

v2.11.0

Compare Source

For a full diff see [2.10.5...2.11.0][2.10.5...2.11.0].

Changed

v2.10.5

Compare Source

For a full diff see [2.10.4...2.10.5][2.10.4...2.10.5].

Fixed
  • Adjusted Methods\NoNamedArgumentRule to handle calls to constructors of variable class names ([#​957]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to describe known calls only ([#​958]), by [@​localheinz]

v2.10.4

Compare Source

For a full diff see [2.10.3...2.10.4][2.10.3...2.10.4].

Fixed
  • Adjusted Methods\NoNamedArgumentRule to handle static calls on variable expressions ([#​947]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to handle calls on invokables ([#​948]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to handle calls on callables assigned to properties ([#​949]), by [@​localheinz]
  • Adjusted Methods\NoNamedArgumentRule to handle all other calls with generic error message ([#​951]), by [@​localheinz]

v2.10.3

Compare Source

For a full diff see [2.10.2...2.10.3][2.10.2...2.10.3].

Fixed

v2.10.2

Compare Source

For a full diff see [2.10.1...2.10.2][2.10.1...2.10.2].

Fixed

v2.10.1

Compare Source

For a full diff see [2.10.0...2.10.1][2.10.0...2.10.1].

Fixed

v2.10.0

Compare Source

For a full diff see [2.9.0...2.10.0][2.9.0...2.10.0].

Added
  • Added Methods\InvokeParentHookMethodRule, which reports an error when a hook method that overrides a hook method in a parent class does not invoke the overridden hook method in the expected order ([#​939]), by [@​localheinz]

v2.9.0

Compare Source

For a full diff see [2.8.0...2.9.0][2.8.0...2.9.0].

Added
  • Added CallLikes\NoNamedArgumentRule, which reports an error when an anonymous function, a function, or a method is invoked using a named argument ([#​914]), by [@​localheinz]
Changed

v2.8.0

Compare Source

For a full diff see [2.7.0...2.8.0][2.7.0...2.8.0].

Added
  • Added allRules parameter to allow disabling and enabling all rules ([#​913]), by [@​localheinz]
  • Added Expressions\NoAssignByReferenceRule, which reports an error when a variable is assigned by reference ([#​914]), by [@​localheinz]

v2.7.0

Compare Source

For a full diff see [2.6.1...2.7.0][2.6.1...2.7.0].

Added
  • Added Closures\NoParameterPassedByReferenceRule, Functions\NoParameterPassedByReferenceRule, Methods\NoParameterPassedByReferenceRule, which report an error when a closure, a function, or a method has a parameter that is passed by reference ([#​911]), by [@​localheinz]
  • Added Functions\NoReturnByReferenceRule and Methods\NoReturnByReferenceRule, which report an error when a function or a method returns by reference ([#​912]), by [@​localheinz]

v2.6.1

Compare Source

For a full diff see [2.6.0...2.6.1][2.6.0...2.6.1].

Fixed
  • Adjusted Methods\NoParameterWithNullableTypeDeclarationRule to use the appropriate error identifier ([#​902]), by [@​manuelkiessling]

v2.6.0

Compare Source

For a full diff see [2.5.2...2.6.0][2.5.2...2.6.0].

Added

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 5, 2025
@renovate renovate bot enabled auto-merge October 5, 2025 15:11
Copy link
Contributor Author

renovate bot commented Oct 5, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update ergebnis/phpstan-rules:2.12.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency phpstan/phpstan is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires ergebnis/phpstan-rules ^2.12.0 -> satisfiable by ergebnis/phpstan-rules[2.12.0].
    - ergebnis/phpstan-rules 2.12.0 requires phpstan/phpstan ^2.1.8 -> found phpstan/phpstan[2.1.8, ..., 2.1.30] but it conflicts with your root composer.json require (^1.11.8).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Copy link

coderabbitai bot commented Oct 5, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants