Skip to content

1.10.27

Compare
Choose a tag to compare
@phpstan-bot phpstan-bot released this 05 Aug 10:01
· 1601 commits to 1.11.x since this release
a9f44dc

Bleeding edge 馃敧

  • More precise stream_socket_client() signature (#2519), thanks @staabm!
  • More precise scandir() signature (#2518), thanks @staabm!
  • More precise extract() signature (#2517), thanks @staabm!

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 馃攳

  • Avoid doing work before its necessary in mutating scope. (#2537), thanks @mad-briller!
  • Changed linesToIgnore attribute format (phpstan/phpstan-src@2862a7b)
  • Prevent unnecessary work in MutatingScope (#2554), thanks @staabm!
  • Validate parameters with parametersSchema each time after container creation (#2558)