Skip to content

1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 16:13
1.0.2
e9e2a50

Bugfixes 馃悰

Function signature fixes 馃

  • Unified the name of the second array_map parameter (phpstan/phpstan-src@9433345)
  • More precise connection_aborted() signature (#715), thanks @staabm!
  • More precise str_split() signature (#718), thanks @staabm!
  • DateFunctionReturnTypeExtension: support more precise single-char date-formats (#721), thanks @staabm!
  • Support $preserve_keys argument for iterator_to_array() (#748), thanks @Lctrs!