github phpstan/phpstan 1.11.5

8 days ago

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. Learn more

Improvements 🔧

  • When internal errors occur, do not show other reported errors (phpstan/phpstan-src@aa92113)
    • It's important to first solve internal errors before seeing other reported errors
    • Inspired by #11107 (ReviewDog was eating up important errors)
  • Show internal errors nicely in PHPStan Pro

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Don't miss a new phpstan release

NewReleases is sending notifications on new releases.