Skip to content

2.1.23

Choose a tag to compare

@phpstan-bot phpstan-bot released this 10 Sep 11:44
· 1164 commits to 2.1.x since this release
a34502a

Whopping 88 issues were solved in this release! @VincentLanglet and @staabm are the true GOATs here.

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 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍