Skip to content

Commit

Permalink
Fix: Made requested changes in feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mchirag2002 committed Jul 18, 2024
1 parent 5b314e8 commit fead75c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
#############################################################################
-->

<rule ref="WordPress"/>
<rule ref="WordPress">
<!-- Excluding sniff to allow shorthand array syntax usage. -->
<exclude name="Universal.Arrays.DisallowShortArraySyntax.Found" />
</rule>


<!--
Expand Down Expand Up @@ -136,9 +139,4 @@
<exclude-pattern>tests/phpstan/*</exclude-pattern>
<exclude-pattern>tests/phpunit/includes/MarkupComparison.php</exclude-pattern>

<!-- Exclude the following sniffs -->
<rule ref="WordPress">
<exclude name="Universal.Arrays.DisallowShortArraySyntax.Found" />
</rule>

</ruleset>

0 comments on commit fead75c

Please sign in to comment.