Skip to content

Choose a tag to compare

@YahnisElsts YahnisElsts released this 20 May 14:44
· 19 commits to master since this release
  • Fixed a number of PHP 8.4 deprecation notices like "Implicitly marking parameter $foo as nullable is deprecated, the explicit nullable type must be used instead". Since I currently still want to support PHP 5.6, the fix removes type hints from several method parameters instead of using nullable types. Props to @todeveni.
  • Added Serbian (Cyrillic) translation (@urosevic).