Update phpcs.xml

This commit is contained in:
Bogdan Rapaić 2020-03-26 15:08:30 +01:00 committed by GitHub
parent da0a411dcc
commit 7e3b1f2601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,10 +43,10 @@
<exclude name="WordPress.Arrays.ArrayKeySpacingRestrictions"/>
<exclude name="WordPress.Arrays.MultipleStatementAlignment"/>
<exclude name="Generic.WhiteSpace.ArbitraryParenthesesSpacing"/>
<exclude name="PSR2.ControlStructures.ElseIfDeclaration"/>
<exclude name="PEAR.Files.IncludingFile"/>
<exclude name="WordPress.Arrays.ArrayIndentation"/>
<exclude name="Generic.ControlStructures.InlineControlStructure"/>
<!--<exclude name="PSR2.ControlStructures.ElseIfDeclaration"/>-->
<!--<exclude name="PEAR.Files.IncludingFile"/>-->
<!--<exclude name="WordPress.Arrays.ArrayIndentation"/>-->
<!--<exclude name="Generic.ControlStructures.InlineControlStructure"/>-->
</rule>