Update phpcs.xml

This commit is contained in:
Bogdan Rapaić 2020-03-27 16:09:20 +01:00 committed by GitHub
parent 5f32da3c2f
commit f9a9b37b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,10 +32,7 @@
<!-- Disable Strict comparison in array check. Not applicable in the mojority of cases. -->
<exclude name="WordPress.PHP.StrictInArray"/>
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent"/>
<exclude name="WordPress.Arrays.ArrayIndentation"/>
<exclude name="Squiz.ControlStructures.ControlSignature"/>
</rule>