Skip to content

1.10.36

Compare
Choose a tag to compare
@phpstan-bot phpstan-bot released this 29 Sep 14:09
· 1632 commits to 1.11.x since this release
ffa3089

Improvements 馃敡

Bugfixes 馃悰

  • Fix resolving nested conditional types with union subjects (#2641), #9860, thanks @rvanvelzen!
  • Detect array_rand second parameter (#2633), #9803, thanks @staabm!
  • Fix subtracting types from union template types (#2652), #9939, thanks @rvanvelzen!
  • fix infinite cycle due to incorrect implements/extends (#2483), thanks @schlndh!
  • Fix ConstantFloatType value dump precision (#2358), thanks @mvorisek!
  • Do not trigger PhpDocInheritanceResolver if we do not need the PHPDoc type when resolving the type of ClassConstFetch (#2414), #9039, thanks @VincentLanglet!

Function signature fixes 馃

  • connection_* functions are impure (#2555), thanks @staabm!
  • Add stubs for mysqli and mysqli_result classes (#2295), thanks @phansys!

Internals 馃攳