Skip to content

v2.2.5

Latest

Choose a tag to compare

@Tinywan Tinywan released this 15 Mar 13:14

fix: explicit nullable type for PHP 8.4+ compatibility

  • Update config() method parameters to use explicit nullable types
  • Change string $key = null to ?string $key = null
  • Change $default = null to mixed $default = null
  • Fixes deprecation warning in PHP 8.4+

Full Changelog: v2.4.5...v2.4.5