github phpstan/phpstan 1.10.60

latest releases: 1.11.1, 1.11.0, 1.10.67...
2 months ago

Learn more about this release in an article on phpstan.org!

Major new features 🚀

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 🔍

  • Replace composer-require-checker with composer-dependency-analyser (#2875), thanks @janedbal!
  • Use Type::isNull() in Nullsafe(MethodCall|PropertyFetch)Rule (#2942), thanks @takaram!

Don't miss a new phpstan release

NewReleases is sending notifications on new releases.