mzur / kirby-form

A form helper for Kirby CMS based websites and apps, using the Post/Redirect/Get pattern.
MIT License
8 stars 6 forks source link

PHP 8.1 compatibility #14

Closed LeBenLeBen closed 2 years ago

LeBenLeBen commented 2 years ago

When using the library with PHP 8.1, it triggers the following deprecation notice:

htmlspecialchars_decode(): Passing null to parameter #1 ($string) of type string is deprecated
mzur commented 2 years ago

This should have been fixed by #9 wich was released with v3.0.1. Which version do you use?

LeBenLeBen commented 2 years ago

Oh my, yes indeed, I overlooked the latest major (I’m using it through uniform). Please forgive me for the useless noise.