getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.27k stars 167 forks source link

Text field `converter` doesn't working PHP 8.1 #4226

Closed afbora closed 2 years ago

afbora commented 2 years ago

To reproduce

trim(): Passing null to parameter #1 ($string) of type string is deprecated in file:

fields:
  headline:
    type: text
    converter: upper

Your setup

Kirby Version

3.6.3.1

bastianallgeier commented 2 years ago