Skip to content

0.12.94

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 09:36
0.12.94
3d0ba4c

Improvements 馃敡

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

Bugfixes 馃悰

Function signature fixes 馃

  • Fixed stub types for SplFixedArray (#588), thanks @dktapps!
  • Updated socket_select() signature for PHP 8.0 (#591), thanks @dktapps!
  • proc_open() accepts list<string> for $command in 7.4+ (#590), thanks @dktapps!