The info endpoint uses array_map to list users and admins, but the function was not passed as a string.
This worked with PHP <8.0 due thanks to the language's leniency, but raised errors in more recent versions.
ShareXen now respects the array_map documentation and passes function names as strings, we're good.