D25180
D25180
Do not pass a null string to mb_convert_case() for PHP 8.1 compatibility
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: Passing `null` to the `$string` parameter of `mb_convert_case()` is deprecated in PHP 8.1.
This is one of theā¦