Skip to content

1.12.6

Compare
Choose a tag to compare
@phpstan-bot phpstan-bot released this 06 Oct 15:06
· 422 commits to 2.0.x since this release
dc4d2f1

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 🤖

  • functionMap: a bit more precise get_defined_constants (#3537), thanks @janedbal!
  • token_name() returns non-empty-string (#3540), thanks @staabm!
  • curl_multi_getcontent() can return null (#3527), thanks @staabm!
  • Update SplFileInfo::getPathInfo return type (#3487), thanks @DannyvdSluijs!
  • Update return type of spl_autoload_functions on PHP8.0+ (#2810), thanks @ManuelHu!

Internals 🔍