I want to get rid of the warnings that appear when doing occ log:watch
Error PHP OCA\Recognize\Vendor\voku\helper\UTF8::ucfirst(): Implicitly marking parameter $lang as nullable is deprecated, 2025-06-18T19:29:36-04:00
the explicit nullable type must be used instead at
/var/www/html/custom_apps/recognize/vendor/voku/portable-utf8/src/voku/helper/UTF8.php#10082
Usually it鈥檚 an easy patch of putting in a ? before the type name. I noticed that in the amphp code it already has it done but the currently released version of recognize uses an older version with the deprecated code.
I already patched mine locally by modifying the files in /var/www/html