Skip to content

1.10.45

Compare
Choose a tag to compare
@phpstan-bot phpstan-bot released this 27 Nov 14:16
· 1689 commits to 1.11.x since this release
2f024fb

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

  • Fix optional 4th parameter for Redis::restore (#2765), thanks @Vaalyn!
  • Put str_increment and str_decrement into functionMap (#2777), thanks @zonuexe!
  • Update functionMap (#2783), thanks @zonuexe!
  • Update functionMap for ext-mongodb 1.17 (#2768), thanks @alcaeus!

Internals 馃攳

  • Replace with in_array() instead of redundant property (#2770), thanks @zonuexe!
  • Fix typo in rule name: MethodVisibitiliyInInterfaceRule (#2781), thanks @staabm!
  • Make extensions that return default types simply return null (#2782), thanks @zonuexe!
  • Simplify InArrayFunctionTypeSpecifyingExtension (#2785), thanks @staabm!