- 🇯🇵Japan ptmkenny
This error occurs because versions of PHP before 7.3 do not support trailing commas in function calls: https://wiki.php.net/rfc/trailing-comma-function-calls
So, you should only get this error on PHP 7.2 or earlier.
However, the 3.x-dev branch requires PHP 7.4 or higher in composer.json, so the solution here is to update the version of PHP you are using.