mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 16:21:47 +02:00
See also f4fb91ae
. PHP8 now supports named arguments in calls to
the `call_user_func_array` method, which can result in differing
behaviour compared to PHP7, e.g. in this case it was throwing an
exception due to an unknown named parameter.