Skip to content

Commit

Permalink
Coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jan 12, 2025
1 parent 25ea333 commit 8342a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<!-- Exclude short description sniff so short `@var` notation can be used -->
<exclude name="Generic.Commenting.DocComment.MissingShort"/>

<!-- Use Yoda condition checks, you may or may not. -->
<!-- Give me strength. -->
<exclude name="Universal.Arrays.DisallowShortArraySyntax.Found"/>
<exclude name="WordPress.PHP.YodaConditions.NotYoda"/>
</rule>

Expand Down

0 comments on commit 8342a58

Please sign in to comment.