Skip to content

Update dependency phpstan/phpstan to v0.12.28

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.25 -> 0.12.28

Release Notes

phpstan/phpstan

v0.12.28

Compare Source

v0.12.27

Compare Source

Bugfixes 🐛

v0.12.26

Compare Source

Read more about this release in a feature article on PHPStan's blog »

Major new features 🚀

Static reflection

  • Less configuration needed. PHPStan no longer needs autoloading configuration setup, it works out of the box in most situations. Check out Discovering Symbols guide in the documentation for more details.
    • Introduced new related configuration options scanFiles, and scanDirectories. Deprecated autoload_files, and autoload_directories.
  • It's now possible to analyse files that mix class/function declarations and side-effects.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖


Renovate configuration

📅 Schedule: "after 8am 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