Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A trailing comma in an array in PHP 7.2 means that there is an extra comma after the last item in an array which is not allowed in PHP 7.2. This may cause a syntax error during a composer update in PHP 7.2. To resolve this error, you will need to remove the trailing comma from the end of the array.