Skip to content

1.4.6

Compare
Choose a tag to compare
@phpstan-bot phpstan-bot released this 06 Feb 13:03
1.4.6
8a7761f

Improvements 馃敡

  • Implemented constant type inference for implode() function (#991), thanks @staabm!

Bugfixes 馃悰

Function signature fixes 馃

  • Function md5() always return non-empty-string (#987), thanks @janbarasek!
  • Correct the case for parameters that accept an instance of Iterator. (#988), thanks @johnbillion!
  • Fix the return types of round()/ceil()/floor() (#729), thanks @johnbillion!
  • Correct the return type of SplFileObject::fstat() (#996), thanks @johnbillion!
  • Improve the return type of functions that return an indexed array of strings (#997), thanks @johnbillion!