Update phpcs.xml.dist

This commit is contained in:
Paul Kevan 2024-06-26 14:31:46 +01:00 committed by GitHub
parent 66c9770a45
commit 1ff6678749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,6 +132,9 @@
<!-- WordPress have translators comment which requires no space after `//` -->
<exclude name="Squiz.Commenting.InlineComment.NoSpaceBefore" />
<!-- Exclude short array syntax as it is consistently already in the codebase :) -->
<exclude name="Generic.Arrays.DisallowShortArraySyntax"/>
</rule>
<rule ref="WordPress-Extra">