Skip to content

Update dependency phpstan/phpstan to v0.12.18

Mend Renovate requested to merge renovate/phpstan into master

This MR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 0.12.17 -> 0.12.18

Release Notes

phpstan/phpstan

v0.12.18

Compare Source

Improvements 🔧

Dedicated CLI option --generate-baseline with improved DX (phpstan/phpstan-src@f4a9d5f), #​3082, #​2703, #​2776, #​2695, #​2534

Use it from now on instead of --error-format baselineNeon. Here are the advantages:

  1. The current baseline file does not have to be commented-out nor emptied when generating the new baseline. It's excluded automatically.
  2. Output no longer has to be redirected to a file, PHPStan saves the baseline to a specified path (defaults to phpstan-baseline.neon).
  3. Baseline contains correct relative paths if saved to a subdirectory.

Bugfixes 🐛

Function signature fixes 🤖


Renovate configuration

📅 Schedule: "after 4pm and before 11:59pm every weekday,after 9am and before 11:59pm every weekend" in timezone Europe/London.

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by WhiteSource Renovate. View repository job log here.

Edited by Mend Renovate

Merge request reports