mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
bb0085e1d9
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.