In order to follow a consistent style when declaring arrays, the trailing_comma_in_multiline rule should be added to the .phpcs.xml file in CheckUser, so that it is enforced by the checks performed when submitting patches to Gerrit.
A priori, we want the rule to only apply to arrays (i.e. the default value for the PHPCS elements configuration option).