Skip to content

Update dependency phpstan/phpstan to v0.12.32

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.31 -> 0.12.32

Release Notes

phpstan/phpstan

v0.12.32

Compare Source

Improvements 🔧

  • Make GithubErrorFormatter the default when running in GitHub Actions (phpstan/phpstan-src@6fd85e3)
    • If you're currently running PHPStan with --error-format checkstyle | cs2pr, you can omit this part from your build script!
    • You can override this behaviour by running with --error-format table.
  • Error formatter github for GitHub Actions (#​261), thanks @​Quetzacoalt91!

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included.

Bugfixes 🐛


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