As PHP version indicated in composer.json is 7.1, I removed trailing commas in function calls to avoid Fatal syntax errors.
Another solution would have been to bump PHP version to 7.3 in composer.json, but as I would like to use this package with PHP 7.2 I didn't take this option :).
As PHP version indicated in composer.json is 7.1, I removed trailing commas in function calls to avoid Fatal syntax errors. Another solution would have been to bump PHP version to 7.3 in composer.json, but as I would like to use this package with PHP 7.2 I didn't take this option :).