Skip to content

Releases: phpstan/phpstan

1.10.11

04 Apr 19:23
8aa62e6
Compare
Choose a tag to compare

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 🤖

1.10.10

01 Apr 17:10
f1e22c9
Compare
Choose a tag to compare

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.10.9

30 Mar 09:00
9b13daf
Compare
Choose a tag to compare

Improvements 🔧

Function signature fixes 🤖

  • Fix pg_pconnect function signature (#2300), thanks @dravnic!
  • Fix incorrect type for NumberFormatter::parseCurrency (#2309), thanks @rovansteen!

1.10.8

24 Mar 10:30
0166aef
Compare
Choose a tag to compare

Improvements 🔧

Bugfixes 🐛

Internals 🔍

1.10.7

16 Mar 15:25
b10ceb5
Compare
Choose a tag to compare

Improvements 🔧

Function signature fixes 🤖

Internals 🔍

1.10.6

09 Mar 16:57
50d089a
Compare
Choose a tag to compare

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 🐛

1.10.5

07 Mar 16:52
1fb6f49
Compare
Choose a tag to compare

Improvements 🔧

Bugfixes 🐛

1.10.4

06 Mar 13:41
8d39218
Compare
Choose a tag to compare

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.10.3

25 Feb 14:49
5419375
Compare
Choose a tag to compare

Improvements 🔧

Bugfixes 🐛

1.10.2

23 Feb 14:37
a2ffec7
Compare
Choose a tag to compare

Improvements 🔧

Function signature fixes 🤖

  • Instances of object returned by db2_*() functions are always instances of stdClass (#2249), thanks @phansys!