Skip to content

7.9.0 Release

Latest
Compare
Choose a tag to compare
@prolic prolic released this 14 Jan 00:34
· 107 commits to master since this release
v7.9.0
ff213c2

Added

  • Ensure compatibility with PHP 8.2
  • Add explicit public visibility to remaining constants
  • Use array spread operator instead of array_merge where possible
  • Add null default to nullable properties properties that have no
    default
  • Add typed properties and return types where possible
  • Simplify empty() function calls on empty arrays
  • Update licenses to 2023
  • Add missing null default to nullable query property
  • Adjust github actions config to include php 8.2