Skip to content

Update dependency phpstan/phpstan to v0.12.48

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.42 -> 0.12.48

Release Notes

phpstan/phpstan

v0.12.48

Compare Source

v0.12.47

Compare Source

🚀 PHPStan Pro has been released 🚀

In few brief points:

  • Web UI for browsing found errors, you can click and open your editor of choice on the offending line.
  • Continuous analysis (watch mode): scans changed files in the background, refreshes the UI automatically.
  • Interactive fixer: lets you choose the right fix for found errors 😊

Try it by running PHPStan with the --pro option.

After 30-day free trial period it costs 7 EUR for individuals monthly, 70 EUR for teams (up to 25 members), you’ll support the development of open-source PHPStan 😊 If you’re using PHPStan at your job to prevent bugs reaching production, please consider paying for PHPStan Pro, 70 EUR monthly is less than a man-day 😊

You can read more about it on the blog: https://phpstan.org/blog/introducing-phpstan-pro

I’m looking forward to your feedback!

v0.12.46

Compare Source

v0.12.45

Compare Source

bindec returns float|int (#​326), thanks @​Synchro!

v0.12.44

Compare Source

preg_split sometimes returns array of arrays (#​324), thanks @​spaze!

v0.12.43

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • Fixed Redis::zScore() signature (#​319), thanks @​lyrixx!
  • Fix Redis::lPush(), Redis::lPushx(), Redis::rPush() and Redis::rPushx() signature (#​323), thanks @​araab!

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