Skip to content

1.4.4

Compare
Choose a tag to compare
@phpstan-bot phpstan-bot released this 31 Jan 16:52
1.4.4
f7409da

Improvements 馃敡

  • Return type extension for array_column() (#948), thanks @jlherren!
  • Generic stub for DatePeriod + constructor dynamic return type extension (#958), #5953, thanks @Alban-io!
  • Resolve remaining predefined constants (#693), thanks @herndlm!

Bugfixes 馃悰

Function signature fixes 馃

  • Narrow down the return type of the Throwable::getTrace() method (#914), thanks @ste93cry!
  • Fix DOMDocument::saveXML signature (#956), thanks @kissifrot!