Closed Chaosmeister closed 3 years ago
this is good to merge? I can't test currently, so just making sure.
it runs without errors on my testing instance with PHP 8.0.10
I also proposed the change in kanboard base
the changes in kanboard base were merged. this mergerequest may be omitted.
php 8 supports named parameters
the very last part is about backwards-compatibility with
call_user_func_array
, so it might be necessary to change it in kanboard base accordingly.The changes in this PR also fix the error as the name now equals the name from the array.