mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 16:51:18 +03:00
Update phpcs.xml.dist
This commit is contained in:
parent
66c9770a45
commit
1ff6678749
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue